Skip to content

Commit

Permalink
Provide tag name based on latest commit
Browse files Browse the repository at this point in the history
  • Loading branch information
EionRobb committed Aug 27, 2024
1 parent 8e77f2e commit f4a02c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: lib*.dll
name: ${{ github.sha }}
tag: nightly-${{ github.sha }}
name: Nightly ${{ github.sha }}
allowUpdates: true
makeLatest: true
6 changes: 4 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: lib*.so
name: ${{ github.sha }}
allowUpdates: true
tag: nightly-${{ github.sha }}
name: Nightly ${{ github.sha }}
allowUpdates: true
makeLatest: true

0 comments on commit f4a02c5

Please sign in to comment.