Skip to content

Commit

Permalink
Remove deprecated set-output in publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
pfoerster committed Feb 25, 2023
1 parent e46f87a commit 2bc4d63
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,17 +133,13 @@ jobs:
run: |
git archive --prefix=texlab/ -o texlab.zip HEAD
zip -ur texlab.zip texlab/texlab.1 texlab/texlab.pdf
- id: get-version
run: |
RELEASE_TAG=${{ github.event.release.tag_name }}
echo "::set-output name=version::${RELEASE_TAG:1}"
- uses: paolobrasolin/ctan-submit-action@v1
with:
action: upload
file_path: texlab.zip
fields: |
pkg: texlab
version: ${{ steps.get-version.outputs.version }}
version: ${{ github.event.release.tag_name }}
uploader: Eric Förster
email: [email protected]
update: 'true'

0 comments on commit 2bc4d63

Please sign in to comment.