Skip to content

Commit

Permalink
Merge pull request #142 from episerver/user/qang2/add-jira-versioning
Browse files Browse the repository at this point in the history
Add publish action on release branch
  • Loading branch information
epi-qang2 authored Aug 27, 2024
2 parents 2b6084e + 7e86b35 commit f23ec64
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 f23ec64

Please sign in to comment.