ci: shorten run block
Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
parent
d02341d5a3
commit
f47a230eda
1 changed files with 3 additions and 6 deletions
9
.github/workflows/deployment.yml
vendored
9
.github/workflows/deployment.yml
vendored
|
|
@ -61,8 +61,7 @@ jobs:
|
|||
- name: Create temporary tag
|
||||
env:
|
||||
TAG_NAME: ${{ inputs.tag_name }}
|
||||
run: |
|
||||
git tag "$TAG_NAME"
|
||||
run: git tag "$TAG_NAME"
|
||||
- name: Build release binaries
|
||||
env:
|
||||
TAG_NAME: ${{ inputs.tag_name }}
|
||||
|
|
@ -123,8 +122,7 @@ jobs:
|
|||
- name: Create temporary tag
|
||||
env:
|
||||
TAG_NAME: ${{ inputs.tag_name }}
|
||||
run: |
|
||||
git tag "$TAG_NAME"
|
||||
run: git tag "$TAG_NAME"
|
||||
- name: Build release binaries
|
||||
env:
|
||||
TAG_NAME: ${{ inputs.tag_name }}
|
||||
|
|
@ -206,8 +204,7 @@ jobs:
|
|||
- name: Create temporary tag
|
||||
env:
|
||||
TAG_NAME: ${{ inputs.tag_name }}
|
||||
run: |
|
||||
git tag "$TAG_NAME"
|
||||
run: git tag "$TAG_NAME"
|
||||
# Azure Code Signing leverages the environment variables for secrets that complement the metadata.json
|
||||
# file generated above (AZURE_CLIENT_ID, AZURE_CLIENT_SECRET, AZURE_TENANT_ID)
|
||||
# For more information, see https://learn.microsoft.com/en-us/dotnet/api/azure.identity.defaultazurecredential?view=azure-dotnet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue