Skip to content

Commit dd9b6e3

Browse files
authored
removing the prerelease tagging (#23)
1 parent 9d2a696 commit dd9b6e3

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,7 @@ jobs:
4444
generate_release_notes: true
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47-
48-
- name: Checkout code
49-
uses: actions/checkout@v2
50-
51-
- name: Set up Git
52-
run: |
53-
git config --global user.name "GitHub Actions"
54-
git config --global user.email "actions@github.com"
55-
56-
- name: Create a tag
57-
run: |
58-
TAG_NAME="prerelease"
59-
git tag $TAG_NAME
60-
git push -f origin $TAG_NAME
47+
6148

6249
# release:
6350
# if: success()

0 commit comments

Comments
 (0)