Skip to content

Commit 08c48bc

Browse files
committed
from 2.2.0 -> 2.0.9
1 parent be11664 commit 08c48bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
# Need to pull in https://github.com/softprops/action-gh-release/pull/316 to work-around
101101
# double-release-creation that happens when attempting to update a draft release to
102102
# 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
104104
env:
105105
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
106106
with:
@@ -135,7 +135,7 @@ jobs:
135135

136136
- name: Publish ${{ needs.determine-tag.outputs.release-tag }} Release
137137
# 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
139139
env:
140140
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
141141
with:

0 commit comments

Comments
 (0)