Skip to content

Commit

Permalink
chore(actions): migrate to new GITHUB_OUTPUT syntax
Browse files Browse the repository at this point in the history
skip-checks: true

# Please enter the commit message for your changes. Lines starting
# with '#' will be kept; you may remove them yourself if you want to.
# An empty message aborts the commit.
#
# Date:      Fri Apr 5 16:36:44 2024 -0700
#
# On branch main
# Your branch is ahead of 'origin/main' by 1 commit.
#   (use "git push" to publish your local commits)
#
# Changes to be committed:
#	modified:   .github/workflows/deploy.yml
#
  • Loading branch information
Machine-Maker committed Apr 5, 2024
1 parent 86a97b5 commit 587470c
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 @@ -22,7 +22,7 @@ jobs:
ORG_GRADLE_PROJECT_paperPassword: ${{ secrets.DEPLOY_PASS }}
- name: Parse tag
id: vars
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
- name: Create release and changelog
uses: MC-Machinations/[email protected]
with:
Expand Down

0 comments on commit 587470c

Please sign in to comment.