Skip to content

Commit

Permalink
Fix tag naming
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-lang committed Jul 11, 2023
1 parent 596163f commit e4a465d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
contents: write

steps:
- name: "Determine tag"
run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"

- uses: actions/checkout@master
- name: Compress action step
uses: a7ul/[email protected]
Expand All @@ -38,7 +35,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: "docker.wbm.gz"
tag: process.env.RELEASE_TAG
tag: ${{ github.ref_name }}
prerelease: true
draft: true
generateReleaseNotes: true

0 comments on commit e4a465d

Please sign in to comment.