Skip to content

Commit

Permalink
actions-create-releaseのバージョン指定修正 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
massongit authored Jul 25, 2022
1 parent 58ca180 commit 7026922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.0.2
- uses: dev-hato/actions-create-release@v.0.0.2
- uses: dev-hato/actions-create-release@v0.0.2
with:
github-token: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 7026922

Please sign in to comment.