Skip to content

Commit

Permalink
feat(workflows): test
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiantela committed Oct 4, 2024
1 parent 7ab4455 commit baaeab2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-commerce-webapp-push-tag-shared.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
tags:
- '*.*.*-staging'
- '*.*.*'
workflow_run:
workflows: ["Create Staging Tag"]
types:
- completed

jobs:
docker:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/staging-create-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ jobs:
- name: Create and push new tag
run: |
new_tag=${{ steps.increment_tag.outputs.new_tag }}
git tag -a "$new_tag" -m ""
git push --tags
git tag "$new_tag"
git push origin "$new_tag"

0 comments on commit baaeab2

Please sign in to comment.