Skip to content

Commit

Permalink
chore: update version workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleyww93 committed Mar 18, 2024
1 parent 87d09e9 commit 3a95abe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployment_development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

# Versioning
- name: Perform Versioning
uses: cloudshelf/[email protected].1
uses: cloudshelf/[email protected].2
id: versioning
with:
release_type: ${{ github.head_ref || github.ref_name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deployment_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

# Versioning
- name: Perform Versioning
uses: cloudshelf/[email protected].1
uses: cloudshelf/[email protected].2
id: versioning
with:
release_type: ${{ github.head_ref || github.ref_name }}
Expand Down

0 comments on commit 3a95abe

Please sign in to comment.