Skip to content

Commit

Permalink
Merge pull request #249 from kubernetes-sigs/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/create-release-1.1.4

Bump actions/create-release from 1 to 1.1.4
  • Loading branch information
k8s-ci-robot committed Jul 7, 2021
2 parents 022e5e7 + 2ca10bd commit ab6f719
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 @@ -50,7 +50,7 @@ jobs:
echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
- name: Create Release
id: create_release
uses: actions/create-release@v1
uses: actions/create-release@v1.1.4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit ab6f719

Please sign in to comment.