Skip to content

Commit

Permalink
Add expression handling "branch" tags
Browse files Browse the repository at this point in the history
  • Loading branch information
paytoncain committed Jul 30, 2024
1 parent ae0993d commit ab07fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ jobs:
- name: Update branch release
uses: eine/tip@master
with:
tag: ${{ inputs.ref == 'trunk' && 'trunk-latest' || inputs.ref }}
tag: ${{ inputs.ref == 'v*' && format('{0}-latest', inputs.ref) || inputs.ref }}
rm: true
token: ${{ secrets.RELEASE_PAT }}
files: release/*

0 comments on commit ab07fae

Please sign in to comment.