Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Update workflow dependencies to use tagged version `v1.0.0`
  • Loading branch information
lukasoppermann authored Apr 15, 2024
1 parent aa2aad3 commit a8c17cd
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 @@ -10,7 +10,7 @@ jobs:
release:
if: github.ref_name == 'main'
name: Release
uses: primer/.github/.github/workflows/release.yml@main
uses: primer/.github/.github/workflows/release.yml@v1.0.0
secrets:
gh_token: ${{ secrets.GPR_AUTH_TOKEN_SHARED }}
npm_token: ${{ secrets.NPM_AUTH_TOKEN_SHARED }}

0 comments on commit a8c17cd

Please sign in to comment.