Skip to content

Commit

Permalink
ci: Pin action-automatic-releases action (#804)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis committed Nov 17, 2023
1 parent e4c0184 commit 3fbdf82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
fetch-depth: 0
- name: Create Github Release
uses: "marvinpinto/action-automatic-releases@latest"
uses: marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0 # v1.2.1
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false

0 comments on commit 3fbdf82

Please sign in to comment.