mirror of
https://github.com/matifali/update-coder-template.git
synced 2025-11-10 01:10:53 +08:00
remove versioning workflow
This commit is contained in:
parent
ac7296f2e0
commit
a1749c44fa
1 changed files with 0 additions and 17 deletions
17
.github/workflows/version.yaml
vendored
17
.github/workflows/version.yaml
vendored
|
|
@ -1,17 +0,0 @@
|
|||
name: Keep the versions up-to-date
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published, edited]
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
actions-tagger:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: Actions-R-Us/actions-tagger@latest
|
||||
with:
|
||||
publish_latest_tag: true
|
||||
token: ${{ secrets.PAT }}
|
||||
Loading…
Add table
Reference in a new issue