Skip to content

Commit

Permalink
update(ci): rm deprecated set-output command
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Oct 9, 2024
1 parent e83982f commit 13a2341
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 @@ -130,10 +130,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 13a2341

Please sign in to comment.