Skip to content

Commit

Permalink
👷 ci: Remove the "v." prefix from the image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
MfCrizz authored and W3D3 committed May 12, 2023
1 parent 5a1e8bf commit 12e92cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
id: release-version
with:
text: ${{ github.ref_name }}
regex: '^release\/(.*)$'
regex: '^release\/v(.*)$'

- name: Set image tag
run: |
Expand Down

0 comments on commit 12e92cb

Please sign in to comment.