Skip to content

Commit 6e0d605

Browse files
authored
Update build_outset_prerelease_manual.yml
updated version tags for `metcalfc/changelog-generator` and `softprops/action-gh-release`. Hopefully fix an issue where specifically action-gh-release was a few changes behind and the last preview release picked up an old release tag making it appear out of order in the releases view.
1 parent 6499a45 commit 6e0d605

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_outset_prerelease_manual.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ jobs:
4141
4242
- name: Generate changelog
4343
id: changelog
44-
uses: metcalfc/changelog-generator@afdcb9470aebdb2252c0c95a1c130723c9e21f3a # v4.1
44+
uses: metcalfc/changelog-generator@v4
4545
with:
4646
myToken: ${{ secrets.GITHUB_TOKEN }}
4747
reverse: 'true'
4848

4949
- name: Create Release
5050
id: create_release
51-
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15
51+
uses: softprops/action-gh-release@v2
5252
with:
5353
name: Outset ${{env.OUTSET_VERSION}}
5454
tag_name: v${{env.OUTSET_VERSION}}
@@ -71,4 +71,4 @@ jobs:
7171
uses: actions/upload-artifact@v4
7272
with:
7373
name: packages
74-
path: outputs/
74+
path: outputs/

0 commit comments

Comments
 (0)