Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
fix: set-output deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
phildenhoff committed Oct 15, 2023
1 parent 95bfb12 commit 3760a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
cp LICENSE README.md package.json public/raindrop.png ${{ env.PLUGIN_NAME }}
mv dist ${{ env.PLUGIN_NAME }}
zip -r ${{ env.PLUGIN_NAME }}.zip ${{ env.PLUGIN_NAME }}
echo "::set-output name=tag_name::$(git tag --sort version:refname | tail -n 1)"
echo "{tag_name}={$(git tag --sort version:refname | tail -n 1)}" >> $GITHUB_OUTPUT
- name: Create GitHub pre-release
uses: softprops/[email protected]
with:
Expand Down

0 comments on commit 3760a8b

Please sign in to comment.