Skip to content

Commit

Permalink
Merge pull request #97 from heinrichreimer/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…softprops/action-gh-release-2

Bump softprops/action-gh-release from 1 to 2
  • Loading branch information
heinrichreimer committed Apr 2, 2024
2 parents 63f44c7 + b96723e commit f521a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: 🗜️ Create public pages archive
run: zip -r public.zip public/
- name: 🚀 Create GitHub release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: Release ${{ steps.get-version.outputs.tag }}
draft: false
Expand Down

0 comments on commit f521a09

Please sign in to comment.