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 a1b86ea commit e3c02e1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Create release
steps:
- name: Create release notes
run: ./extras/changelog_current_version.py ./changelog.md > changelog_current.md
run: $GITHUB_WORKSPACE/extras/changelog_current_version.py $GITHUB_WORKSPACE/changelog.md > $GITHUB_WORKSPACE/changelog_current.md
- name: Create draft release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -35,8 +35,9 @@ jobs:
run: |
echo "${{ env.FOO }}"
# https://github.com/badaix/snapcast/releases/tag/untagged-e3aef68bf08c739796d1

deb:
needs: release
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit e3c02e1

Please sign in to comment.