Skip to content

Commit

Permalink
use the correct tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
horacioh committed Aug 25, 2023
1 parent 717dc46 commit b406902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/desktop-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- name: Get Tag
id: vars
run: |
# echo "version=v${{ github.ref_name }}" >> "$GITHUB_OUTPUT"
echo "version=v${{ github.ref_name }}" >> "$GITHUB_OUTPUT"
# echo "version=${GITHUB_REF#refs/tags/}" >> "$GITHUB_OUTPUT"
echo "version=2023.08.25" >> "$GITHUB_OUTPUT"
# echo "version=2023.08.25" >> "$GITHUB_OUTPUT"
build-binaries:
name: Build (${{ matrix.config.os }})
runs-on: ${{ matrix.config.os }}
Expand Down

0 comments on commit b406902

Please sign in to comment.