Skip to content

Commit f14294c

Browse files
committed
P8: remove tag setting
1 parent 339f7e9 commit f14294c

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,6 @@ jobs:
2020
uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 0
23-
token: ${{ secrets.GITHUB_TOKEN }}
24-
25-
- name: Create and push tag (manual trigger only)
26-
if: github.event_name == 'workflow_dispatch'
27-
run: |
28-
git config user.name "github-actions"
29-
git config user.email "github-actions@github.com"
30-
git tag v${{ inputs.version }}
31-
git push origin v${{ inputs.version }}
3223

3324
- name: Setup .NET
3425
uses: actions/setup-dotnet@v4

0 commit comments

Comments
 (0)