Skip to content

Commit

Permalink
[META] Update softprops/action-gh-release action to v2 (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bwc9876 authored Mar 9, 2024
2 parents 3da1798 + f5ff0b6 commit 0d8d842
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
ANALYTICS_API_KEY: ${{ secrets.ANALYTICS_API_KEY }}

- name: Upload CLI
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: Outer Wilds Mod Manager CLI Version ${{ steps.get_version.outputs.version }}
tag_name: cli_v${{ steps.get_version.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: cargo package -p owmods_core

- name: Upload Core
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: Outer Wilds Mod Manager Core Version ${{ steps.pkg-version.outputs.version }}
tag_name: core_v${{ steps.pkg-version.outputs.version }}
Expand Down

0 comments on commit 0d8d842

Please sign in to comment.