Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Aug 18, 2024
1 parent 2aa81a2 commit 68c24fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo "URL=$( \
URL=$( \
gh release create v0.0.0 \
--draft \
--repo="$GITHUB_REPOSITORY" \
--title="Snapcast v0.0.0" \
--notes-file changelog_current.md \
)" >> $GITHUB_ENV
echo "TAG=$(basename ${{ env.URL }})" >> $GITHUB_ENV
)"
echo "TAG=$(basename $URL)" >> $GITHUB_ENV
- name: Use the value
id: step_two
run: |
Expand Down

0 comments on commit 68c24fb

Please sign in to comment.