From 757a9b610040a2730c8b5a2945664e7bffec0cfd Mon Sep 17 00:00:00 2001 From: Timothy Johnson Date: Tue, 12 Sep 2023 12:02:20 -0400 Subject: [PATCH] Skip creating snapshot version after publish for next Signed-off-by: Timothy Johnson --- .github/workflows/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 08b4db1000..14053e627b 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -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"