Skip to content

Commit

Permalink
ci: temporarily use fixed version of softprops/action-gh-release
Browse files Browse the repository at this point in the history
  • Loading branch information
darkstar42 committed Aug 9, 2021
1 parent 8c2946c commit 6545ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Create a GitHub release
if: github.ref == 'refs/heads/master'
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v0.1.8
with:
tag_name: ${{ steps.tag_version.outputs.new_tag }}
name: Release ${{ steps.tag_version.outputs.new_tag }}
Expand Down

0 comments on commit 6545ba0

Please sign in to comment.