Skip to content

Commit

Permalink
Pin git-release workflow to version 4.x.x
Browse files Browse the repository at this point in the history
Done to prevent future issues due to major updates to git-release
  • Loading branch information
Next-Door-Tech committed Nov 25, 2021
1 parent 21677a3 commit 75bd424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Release
uses: docker://antonyurchenko/git-release:latest
uses: docker://antonyurchenko/git-release:v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DRAFT_RELEASE: "false"
Expand Down

0 comments on commit 75bd424

Please sign in to comment.