We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d17771 + c752971 commit 6c684d9Copy full SHA for 6c684d9
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
path: CHANGELOG.md
34
- name: "🚀 Create GitHub release"
35
id: create-github-release
36
- uses: actions/create-release@v1.0.1
+ uses: actions/create-release@v1
37
env:
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
39
with:
0 commit comments