Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed Aug 16, 2024
1 parent 6afd9ca commit b106628
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@ jobs:
permissions:
contents: write
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Release
run: gh release create ${{ github.ref_name }} --latest=true --generate-notes
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
update:
name: Update deploy
name: Update deploy branch
runs-on: ubuntu-latest
needs: release
permissions:
Expand Down

0 comments on commit b106628

Please sign in to comment.