Skip to content

Commit 41032f8

Browse files
authored
Merge pull request #130 from telnetdoogie/renovate/softprops-action-gh-release-digest
chore(deps): update softprops/action-gh-release digest to a06a81a
2 parents 74f6ee6 + 8998a3d commit 41032f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "Outputs Skipped: ${{ steps.changelog.outputs.skipped }}"
3131
3232
- name: Auto-Create Production Release
33-
uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2 # auto create a tag and release
33+
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2 # auto create a tag and release
3434
if: github.ref == 'refs/heads/main' && steps.changelog.outputs.skipped == 'false'
3535
with:
3636
token: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)