Skip to content

Commit

Permalink
ci: downgrade release action version
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaasler committed Aug 9, 2021
1 parent 6b6a465 commit 23d3f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -95,7 +95,7 @@ jobs:
env:
DOTFILES_HOME: ${{ github.workspace }}
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v0.1.8
with:
tag_name: ${{ needs.tag.outputs.tag }}
body: ${{ steps.changelog.outputs.changelog }}
Expand Down

0 comments on commit 23d3f27

Please sign in to comment.