Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <zoey@z0ey.de>
  • Loading branch information
Zoey2936 authored Feb 17, 2024
1 parent 4368733 commit 47dba7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: echo "version=$(cat .github/.version)" >> $GITHUB_OUTPUT
- name: change version numbers
run: sed -i "s|0.0.0|"$(cat .github/.version)"|g" widget.js
- uses: marvinpinto/action-automatic-releases@latest
- uses: crowbarmaster/GH-Automatic-Releases@latest
with:
prerelease: false
repo_token: ${{ github.token }}
Expand Down

0 comments on commit 47dba7a

Please sign in to comment.