Skip to content

Commit

Permalink
Merge pull request #502 from Nyaran/dependabot/github_actions/softpro…
Browse files Browse the repository at this point in the history
…ps/action-gh-release-2.2.1

chore(deps): bump softprops/action-gh-release from 2.2.0 to 2.2.1
  • Loading branch information
Nyaran authored Jan 7, 2025
2 parents 63d93d1 + 8ffaf53 commit 54442d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-gh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: echo "version=$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT

- name: Create Release
uses: softprops/[email protected].0
uses: softprops/[email protected].1
with:
draft: true
tag_name: v${{ steps.get-version.outputs.version }}
Expand Down

0 comments on commit 54442d3

Please sign in to comment.