Skip to content

Commit

Permalink
Update gh release action to v2 to remove node dep notice
Browse files Browse the repository at this point in the history
  • Loading branch information
benmcgarry authored Mar 12, 2024
1 parent 4cb4300 commit 89f3d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- run: yarn build --browsers=all

- uses: softprops/action-gh-release@v1
- uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
Expand Down

0 comments on commit 89f3d08

Please sign in to comment.