Remove GitHub Action latest-tag (#4135)

Did not work, maybe due to bad configuration.
I am doing it manually for now.
Another option welcome
pull/4140/head
Alexandre Alapetite 3 years ago committed by GitHub
parent 1acd3ab09b
commit 9dbbe924c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      .github/workflows/latest.yml

@ -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
Loading…
Cancel
Save