mirror of
https://github.com/DerDavidBohl/dirigent-spring.git
synced 2026-01-04 16:26:23 -06:00
remove useless step
This commit is contained in:
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
@@ -65,7 +65,4 @@ jobs:
|
||||
GH_PAT: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_REPOSITORY: ${{ github.repository }}
|
||||
GITHUB_REF_NAME: ${{ github.ref_name }}
|
||||
- name: Create and push tag
|
||||
run: |
|
||||
git tag v${{ github.event.inputs.version }}
|
||||
git push origin v${{ github.event.inputs.version }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user