Skip to content

Commit

Permalink
Merge pull request #203 from geotribu/ci/rm-deprecated-command
Browse files Browse the repository at this point in the history
update(ci): rm deprecated `set-output` command
  • Loading branch information
Guts authored Oct 9, 2024
2 parents 72c562e + 2b82e78 commit 0d10e6f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/packager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')

steps:
- name: Get tag name as version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}

- name: Checkout
uses: actions/checkout@v4

Expand Down

0 comments on commit 0d10e6f

Please sign in to comment.