Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marciogranzotto authored Oct 16, 2021
1 parent 7fa834a commit 1274ad5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Get version
env:
TAG_NAME: ${{ github.event.release.tag_name }}
run: echo ::set-env name=VERSION::${TAG_NAME#v}
run: echo "VERSION=${TAG_NAME#v}" >> $GITHUB_ENV
- name: Patch files
uses: onlyutkarsh/[email protected]
with:
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Get version
env:
TAG_NAME: ${{ github.event.release.tag_name }}
run: echo ::set-env name=VERSION::${TAG_NAME#v}
run: echo "VERSION=${TAG_NAME#v}" >> $GITHUB_ENV
- name: Patch files
uses: onlyutkarsh/[email protected]
with:
Expand Down

0 comments on commit 1274ad5

Please sign in to comment.