Skip to content

Commit

Permalink
Merge pull request #288 from cybozu-go/fix-release-workflow
Browse files Browse the repository at this point in the history
Fix release workflow to run on git repository
  • Loading branch information
morimoto-cybozu authored Nov 22, 2024
2 parents e72e2c2 + d5a4a2c commit 3294dff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
name: Release GitHub
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Create GitHub release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3294dff

Please sign in to comment.