Skip to content

Commit

Permalink
Create GitHub release
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed Aug 16, 2024
1 parent 6929e5f commit cdbb7b8
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,21 @@ jobs:
packages: write
id-token: write
security-events: write
release:
name: Create release
runs-on: ubuntu-latest
needs: artifacts
permissions:
contents: write
steps:
- name: Release
run: gh release create ${{ github.ref_name }} --latest=true --generate-notes
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
update:
name: Update deploy
runs-on: ubuntu-latest
needs: artifacts
needs: release
permissions:
contents: write
steps:
Expand Down

0 comments on commit cdbb7b8

Please sign in to comment.