File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100
100
# Need to pull in https://github.com/softprops/action-gh-release/pull/316 to work-around
101
101
# double-release-creation that happens when attempting to update a draft release to
102
102
# not-draft.
103
- uses : huonw/action-gh-release@55ec297e11bf84ff0f5893a84ea987d93489920c # v2.2.0 + https://github.com/softprops/action-gh-release/pull/316
103
+ uses : huonw/action-gh-release@998f80d5380609557d7464b01d59a10d845600a0 # v2.0.9 (v2) + https://github.com/softprops/action-gh-release/pull/316
104
104
env :
105
105
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
106
106
with :
@@ -135,7 +135,7 @@ jobs:
135
135
136
136
- name : Publish ${{ needs.determine-tag.outputs.release-tag }} Release
137
137
# See above for discussion:
138
- uses : huonw/action-gh-release@55ec297e11bf84ff0f5893a84ea987d93489920c # v2.2.0 + https://github.com/softprops/action-gh-release/pull/316
138
+ uses : huonw/action-gh-release@998f80d5380609557d7464b01d59a10d845600a0 # v2.0.9 (v2) + https://github.com/softprops/action-gh-release/pull/316
139
139
env :
140
140
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
141
141
with :
You can’t perform that action at this time.
0 commit comments