Update action to use reusable workflows (#569)

* Update workflows to use reusable-workflows

* Update licensed.yml

* Update workflows

* Add links to reusable workflows

* Update action to use reusable-workflows repo

* Fix review points
This commit is contained in:
Ivan 2022-12-22 11:17:13 +02:00 committed by GitHub
parent 206e984b94
commit c3e033939c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 37 additions and 115 deletions

View file

@ -1,4 +1,5 @@
name: Release new action version
on:
release:
types: [released]
@ -24,4 +25,4 @@ jobs:
uses: actions/publish-action@v0.2.1
with:
source-tag: ${{ env.TAG_NAME }}
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}