Skip to content

Commit

Permalink
Add publish action on release branch
Browse files Browse the repository at this point in the history
Fixes: AFORM-4363
  • Loading branch information
epi-qang2 committed Aug 27, 2024
1 parent 27e63f4 commit 7e86b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
${{ github.workspace}}/build/get-versionSuffix.ps1 ${{env.BRANCH_NAME}} ${{github.RUN_NUMBER}}
- name: Publish
if: ${{ github.ref == 'refs/heads/master' }}
if: ${{ contains(github.ref,'release/') }}
run: npm run publish

jira-release:
Expand Down

0 comments on commit 7e86b35

Please sign in to comment.