Skip to content

Commit

Permalink
Simpler tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Nov 22, 2024
1 parent 3dda1b9 commit cc2b2c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-azure-app-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,9 @@ jobs:
if: ${{ inputs.skip-update-latest-tag != 'true' }}
run: |
git tag '${{ inputs.tag-prefix }}/latest'
git push origin 'refs/tags/${{ inputs.tag-prefix }}/latest'
git push origin '${{ inputs.tag-prefix }}/latest'
git tag '${{ inputs.tag-prefix }}/${{ steps.create-timestamp.outputs.timestamp-tag }}'
git push origin 'refs/tags/${{ inputs.tag-prefix }}/${{ steps.create-timestamp.outputs.timestamp-tag }}'
git push origin '${{ inputs.tag-prefix }}/${{ steps.create-timestamp.outputs.timestamp-tag }}'
- name: Cancel Workflow on Failure
if: failure() && inputs.cancel-workflow-on-failure == 'true'
Expand Down

0 comments on commit cc2b2c0

Please sign in to comment.