diff options
| author | 2022-01-08 21:59:10 +0100 | |
|---|---|---|
| committer | 2022-01-08 21:59:10 +0100 | |
| commit | 9dbbe924c5e54b5dbe486873a9b31a28127c8e62 (patch) | |
| tree | 80c2e49935de2d555d7da39e26654e47ee42c829 | |
| parent | 1acd3ab09be1b65bfd6122ee351490c3b5527bb8 (diff) | |
Remove GitHub Action latest-tag (#4135)
Did not work, maybe due to bad configuration.
I am doing it manually for now.
Another option welcome
| -rw-r--r-- | .github/workflows/latest.yml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.github/workflows/latest.yml b/.github/workflows/latest.yml deleted file mode 100644 index 0c6c5bdbd..000000000 --- a/.github/workflows/latest.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: Add latest tag to new release -on: - release: - types: [published] - -jobs: - run: - name: Run local action - runs-on: ubuntu-latest - steps: - - name: Run latest-tag - uses: EndBug/latest-tag@6d22a6738f5c33059e3a8c6ca5dcf8eaf8a14599 |
