Skip to content

Commit

Permalink
Skip creating snapshot version after publish for next
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Johnson <[email protected]>
  • Loading branch information
t1m0thyj authored Sep 12, 2023
1 parent f5b36d5 commit 757a9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
git add packages/*/CHANGELOG.md
- name: Create Snapshot Version
if: steps.octorelease.outcome == 'success'
if: ${{ github.ref_name != 'next' && steps.octorelease.outcome == 'success' }}
uses: zowe-actions/octorelease/script@v1
env:
VERSION_STRING: "%s-SNAPSHOT"
Expand Down

0 comments on commit 757a9b6

Please sign in to comment.