Skip to content

Commit

Permalink
Merge pull request #30 from wtsi-npg/dependabot/github_actions/ncipol…
Browse files Browse the repository at this point in the history
…lo/release-action-1.14.0

Bump ncipollo/release-action from 1.13.0 to 1.14.0
  • Loading branch information
kjsanger authored Oct 1, 2024
2 parents 431598c + baf9ecc commit c2e6b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
echo MASTER_SHA=$(git rev-parse origin/master) >> $GITHUB_ENV
- name: "Create Release"
uses: ncipollo/release-action@v1.13.0
uses: ncipollo/release-action@v1.14.0
with:
name: ${{ env.RELEASE_VERSION }}
prerelease: ${{ !(github.sha == env.MASTER_SHA) }}
Expand Down

0 comments on commit c2e6b40

Please sign in to comment.