Merge pull request #44 from systemli/dependabot/github_actions/actions/create-release-1.1.4

Bump actions/create-release from 1 to 1.1.4
This commit is contained in:
t2d 2021-05-12 09:46:31 +02:00 committed by GitHub
commit 0724558254
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ jobs:
GOPATH: ${{ github.workspace }}/go GOPATH: ${{ github.workspace }}/go
- name: Create Github Release - name: Create Github Release
id: create_release id: create_release
uses: actions/create-release@v1 uses: actions/create-release@v1.1.4
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with: