Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
Release action is [currently broken](softprops/action-gh-release#142) on latest version
  • Loading branch information
TomChv authored Aug 9, 2021
1 parent 85b6790 commit 64e1eb5
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 @@ -25,7 +25,7 @@ jobs:
dest: dagger-serverless.zip

- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v0.1.7
with:
name: "${{ github.event.inputs.tags }}-${{ github.event.inputs.name }}"
tag_name: ${{ github.event.inputs.tags }}
Expand Down

0 comments on commit 64e1eb5

Please sign in to comment.