mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Fix env variable resolving in publish pipeline
This commit is contained in:
parent
3e21ca4fe7
commit
a93a1fa807
1 changed files with 2 additions and 2 deletions
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
commit_username: release-action
|
||||
commit_email: ${{ secrets.AUR_EMAIL }}
|
||||
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
|
||||
commit_message: Update to version {{ env.RELEASE_VERSION }}
|
||||
commit_message: Update to version ${{ env.RELEASE_VERSION }}
|
||||
|
||||
- name: Generate crunchy-cli-bin sha sums
|
||||
run: |
|
||||
|
|
@ -67,4 +67,4 @@ jobs:
|
|||
commit_username: release-action
|
||||
commit_email: ${{ secrets.AUR_EMAIL }}
|
||||
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
|
||||
commit_message: Update to version {{ env.RELEASE_VERSION }}
|
||||
commit_message: Update to version ${{ env.RELEASE_VERSION }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue