mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Pin git-release workflow to version 4.x.x
Done to prevent future issues due to major updates to git-release
This commit is contained in:
parent
21677a3de3
commit
75bd424932
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user