Skip to content

Commit

Permalink
Fix version of softprops/action-gh-release
Browse files Browse the repository at this point in the history
Until this is fixed: softprops/action-gh-release#280

Signed-off-by: Patrick Avery <[email protected]>
  • Loading branch information
psavery committed Jan 6, 2023
1 parent 471fe6d commit 1812683
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ jobs:

- name: Upload nightly
if: github.event.schedule == '0 0 * * *' && github.repository == 'openchemistry/tomviz-superbuild'
uses: softprops/action-gh-release@v1
# Fix version until this is fixed: https://github.com/softprops/action-gh-release/issues/280
uses: softprops/[email protected]
with:
name: Nightly for "${{ env.NIGHTLY_DATE }}"
tag_name: "Nightly_${{ env.NIGHTLY_DATE }}"
Expand All @@ -236,7 +237,8 @@ jobs:

- name: Upload latest nightly
if: github.event.schedule == '0 0 * * *' && github.repository == 'openchemistry/tomviz-superbuild'
uses: softprops/action-gh-release@v1
# Fix version until this is fixed: https://github.com/softprops/action-gh-release/issues/280
uses: softprops/[email protected]
with:
name: Latest
body: Nightly for "${{ env.NIGHTLY_DATE }}"
Expand Down

0 comments on commit 1812683

Please sign in to comment.