Skip to content

Commit

Permalink
Update deploy-dev-argo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BobJWalker authored Feb 12, 2024
1 parent 40a349a commit c5d6998
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/deploy-dev-argo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ jobs:
update-argo-tag:
runs-on: ubuntu-latest
steps:
- name: "Update tag"
uses: jimeh/update-tags-action@v1
- uses: actions/checkout@v4
with:
tags: |
"dev-argo"
fetch-depth: 0
- uses: rickstaa/action-create-tag@v1
id: "tag_create"
with:
tag: "dev-argo"
tag_exists_error: false
force_push_tag: true

0 comments on commit c5d6998

Please sign in to comment.