Skip to content

Commit

Permalink
Attempt to grab release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettbyrd committed Jun 27, 2024
1 parent 1018aff commit 8824095
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ jobs:
make VERBOSE=1
- name: Get version and architecture
run: |
echo "RELEASE_VERSION=${{ github.ref_name }}" >> $GITHUB_ENV
echo ${{ env.RELEASE_VERSION }}
echo "RELEASE_VERSION=${{ github.event.release.tag_name }}" >> $GITHUB_ENV
echo "ARCH=amd64" >> $GITHUB_ENV
# change above line if not building for amd64
- name: Build release directory
Expand Down

0 comments on commit 8824095

Please sign in to comment.