remove versioning workflow

This commit is contained in:
Muhammad Atif Ali 2023-08-11 12:00:14 +03:00
parent ac7296f2e0
commit a1749c44fa

View file

@ -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 }}