Skip to content

Commit

Permalink
github-actions(deps): bump actions/create-release from v1.1.3 to v1.1.4
Browse files Browse the repository at this point in the history
Bumps [actions/create-release](https://github.com/actions/create-release) from v1.1.3 to v1.1.4.
- [Release notes](https://github.com/actions/create-release/releases)
- [Commits](actions/create-release@v1.1.3...0cb9c9b)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 15, 2020
1 parent d8063d8 commit 1293245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: "echo \"::set-output name=tag::${GITHUB_REF#refs/tags/}\""

- name: "Create release"
uses: "actions/create-release@v1.1.3"
uses: "actions/create-release@v1.1.4"
env:
GITHUB_TOKEN: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"
with:
Expand Down

0 comments on commit 1293245

Please sign in to comment.