Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
silv3rr authored Jul 23, 2024
1 parent 21527e5 commit 174ef32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ jobs:
needs: build
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Create release using 'gh'
run: |
gh release create foo-tools-v$(date +%Y%m%d) ./ --notes-file - <<'#####'
gh release create foo-tools-v$(date +%Y%m%d) --notes-file - <<'#####'
Includes foo-pre and modules
See [CHANGES](src/CHANGES)
#####
working-directory: /
working-directory: .
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 174ef32

Please sign in to comment.