Skip to content

Commit

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

Bump softprops/action-gh-release from 1 to 2
  • Loading branch information
SenkyDragon authored Feb 1, 2025
2 parents 6955f87 + 0ed2b43 commit e6ead05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
echo "NOW=$(date +'%Y-%m-%dT%H-%M-%S')" >> "$GITHUB_ENV"
- name: Release installer
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ env.NOW }}
files: 'VRCFury-installer.unitypackage'

0 comments on commit e6ead05

Please sign in to comment.