Skip to content

Commit d78d956

Browse files
authored
build.yml: regression on softprops/action-gh-release
1 parent f9503c0 commit d78d956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
path: toolchain-build.tar.xz
113113
- name: Generate revision
114114
run: echo "REVISION=$(bash ci.sh do_revision)" >> $GITHUB_ENV
115-
- uses: softprops/action-gh-release@master
115+
- uses: softprops/action-gh-release@v2.1.0
116116
with:
117117
tag_name: ${{env.REVISION}}
118118
body_path: revision-notes.md

0 commit comments

Comments
 (0)