Skip to content

Commit

Permalink
Merge pull request #590 from Tradeshift/renovate/tradeshift-actions-s…
Browse files Browse the repository at this point in the history
…emantic-release-2.x

chore(deps): update tradeshift/actions-semantic-release action to v2
  • Loading branch information
arminioa authored Oct 25, 2024
2 parents 5a9ec1c + 467048c commit d81fc4d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
if: ${{ needs.build.outputs.needs-update != 'true' }}
steps:
- uses: actions/checkout@v4
- uses: tradeshift/actions-semantic-release@v1
- uses: tradeshift/actions-semantic-release@v2
id: semantic-release
with:
check_name: Semantic release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
with:
fetch-depth: 0
- name: Dry-run release
uses: tradeshift/actions-semantic-release@v1
uses: tradeshift/actions-semantic-release@v2
id: semantic-release
with:
dry_run: true
Expand Down
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
@tradeshift:registry=https://npm.pkg.github.com
@tradeshift:registry=https://npm.pkg.github.com

0 comments on commit d81fc4d

Please sign in to comment.