1 parent 339f7e9 commit f14294cCopy full SHA for f14294c
1 file changed
.github/workflows/publish.yml
@@ -20,15 +20,6 @@ jobs:
20
uses: actions/checkout@v4
21
with:
22
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 }}
32
33
- name: Setup .NET
34
uses: actions/setup-dotnet@v4
0 commit comments