Skip to content

Commit 3116e1c

Browse files
committed
fix: remove git tag on release
1 parent a4a7adf commit 3116e1c

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -90,22 +90,13 @@ jobs:
9090
runs-on: ubuntu-latest
9191
timeout-minutes: 10
9292
steps:
93-
# tag
93+
# setup dotnet for nuget push
9494
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
9595
with:
9696
dotnet-version: |
9797
6.0.x
9898
7.0.x
9999
include-prerelease: "true"
100-
- uses: actions/checkout@v3
101-
- name: tag
102-
run: git tag ${{ env.GIT_TAG }}
103-
- name: Push changes
104-
uses: ad-m/github-push-action@master
105-
with:
106-
github_token: ${{ secrets.GITHUB_TOKEN }}
107-
branch: ${{ github.ref }}
108-
tags: true
109100
# Create Releases
110101
- uses: actions/create-release@v1
111102
id: create_release

0 commit comments

Comments
 (0)