Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
Bump actions/create-release from v1.1.2 to v1.1.3
Browse files Browse the repository at this point in the history
Bumps [actions/create-release](https://github.com/actions/create-release) from v1.1.2 to v1.1.3.
- [Release notes](https://github.com/actions/create-release/releases)
- [Commits](actions/create-release@v1.1.2...1e92f6f)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and LeoColomb committed Aug 12, 2020
1 parent ba0b26a commit 614502f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Create Release
if: contains(steps.request_release.outputs.result, 'true')
id: create_release
uses: actions/[email protected].2
uses: actions/[email protected].3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 614502f

Please sign in to comment.