Skip to content

Commit

Permalink
Merge pull request #3257 from javaparser/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/create-release-1.1.4

Bump actions/create-release from 1 to 1.1.4
  • Loading branch information
MysterAitch committed May 12, 2021
2 parents 3651848 + fd1b7f8 commit f32d82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_github_release.yml
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Create Release
id: create_release
uses: actions/create-release@v1
uses: actions/create-release@v1.1.4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
Expand Down

0 comments on commit f32d82b

Please sign in to comment.