Skip to content

Commit b75aa30

Browse files
committed
Update package.json.
1 parent f2e1ec3 commit b75aa30

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ on:
55
branches:
66
- main
77
- dev
8-
#on:
9-
# workflow_call:
10-
# inputs:
11-
# tag:
12-
# required: true
13-
# type: string
148

159
jobs:
1610
release:
@@ -95,12 +89,4 @@ jobs:
9589
run: |
9690
TAG=${{ steps.tags.outputs.RELEASE_TAG }}
9791
REPO=$(echo "$GITHUB_CONTEXT" | jq -r '.repository')
98-
# gh api repos/$REPO/git/refs -f ref="refs/tags/$TAG" -f sha="$SHA"
9992
gh release create $TAG --repo "$REPO" --title "Release $TAG" --generate-notes
100-
# TAG=${{ steps.release_tag.outputs.TAG }}
101-
# SHA=
102-
#
103-
# # git tag -a ${{ steps.release_tag.outputs.TAG }}
104-
# # git push --follow-tags
105-
#
106-

0 commit comments

Comments
 (0)