Skip to content

Commit

Permalink
build: update create-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelo-portugal committed Aug 17, 2023
1 parent 245c947 commit 3a95196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ github.token }}
RELEASE: ${{ github.ref_name }}
RELEASE: ${{ github.ref_name//v }}

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit 3a95196

Please sign in to comment.