Skip to content

Commit

Permalink
FIX Don't use deprecated set-output (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Apr 27, 2023
1 parent 5fc6e48 commit 075e5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
NEW_TAG=("v${MAJOR}.${MINOR}")
fi
echo "Tag is $NEW_TAG"
echo "::set-output name=tag::$NEW_TAG"
echo "tag=$NEW_TAG" >> "$GITHUB_OUTPUT"
- name: Add tag to repo
uses: silverstripe/gha-tag-release@v1
Expand Down

0 comments on commit 075e5ee

Please sign in to comment.