Skip to content

Commit 6c684d9

Browse files
Merge pull request #322 from heinrichreimer/dependabot/github_actions/actions/create-release-1.1.4
Bump actions/create-release from 1.0.1 to 1.1.4
2 parents 4d17771 + c752971 commit 6c684d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
path: CHANGELOG.md
3434
- name: "🚀 Create GitHub release"
3535
id: create-github-release
36-
uses: actions/create-release@v1.0.1
36+
uses: actions/create-release@v1
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
3939
with:

0 commit comments

Comments
 (0)