Skip to content

Commit cfe94a0

Browse files
authored
Update main.yml
1 parent 3d2a714 commit cfe94a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
packages: write
2727
steps:
2828
- name: Remove v prefix from tag name
29-
if: ${{ startsWith(github.ref, "refs/tags/v") }}
29+
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
3030
run: |
3131
echo "BRANCH_NAME=${TAG_NAME#v}" >> $GITHUB_ENV
3232
env:

0 commit comments

Comments
 (0)