Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
merge: hotfix/cd-tagging into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmemorygrinder committed Nov 6, 2023
2 parents 1361981 + 254fa5e commit b2c6ad4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ jobs:
- name: Set tag
run: |
git tag ${{ steps.tag.outputs.result }}
git push origin ${{ steps.tag.outputs.result }}
git tag "${{ matrix.workspace.name }}-${{ steps.tag.outputs.result }}"
git push origin "${{ matrix.workspace.name }}-${{ steps.tag.outputs.result }}"
- name: Install dependencies
run: |
Expand Down

0 comments on commit b2c6ad4

Please sign in to comment.