Skip to content

Commit 7b2b19d

Browse files
committed
ci(workflows): [publish] fix invalid refspec "+refs/tags/:refs/tags/"
- https://github.com/flex-development/docast-parse/actions/runs/3778630297/jobs/6423282814 Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
1 parent 7bacc5c commit 7b2b19d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,11 @@ on:
2828
env:
2929
ARTIFACT:
3030
${{ github.event.inputs.artifact || github.event.release.assets[0].browser_download_url }}
31-
NODE_VERSION: 16
3231
SCOPE: ${{ format('@{0}', github.repository_owner) }}
32+
TAG: ${{ github.event.inputs.tag || github.event.release.tag_name }}
3333
jobs:
3434
metadata:
3535
runs-on: ubuntu-latest
36-
env:
37-
TAG: ${{ github.event.inputs.tag || github.event.release.tag_name }}
3836
outputs:
3937
dist-tag: ${{ steps.dist-tag.outputs.flag }}
4038
version: ${{ steps.version.outputs.result }}

0 commit comments

Comments
 (0)