Skip to content

Commit

Permalink
Merge pull request #198 from ttsukagoshi/update-actions
Browse files Browse the repository at this point in the history
Replace `set-output` command with `$GITHUB_OUTPUT`
  • Loading branch information
ttsukagoshi authored Feb 4, 2024
2 parents a15c124 + 285acda commit 878a93e
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 @@ -71,7 +71,7 @@ jobs:
- name: Get version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}
run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT

- name: Upload files
run: npx @google/clasp push --force
Expand Down

0 comments on commit 878a93e

Please sign in to comment.