@ -1,4 +1,5 @@
name: Check dist/
on:
push:
branches:
@ -14,4 +15,4 @@ jobs:
call-check-dist:
#uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
uses: IvanZosimov/reusable-workflows/.github/workflows/check-dist.yml@main
name: CodeQL analysis
branches: [ main ]
name: Release new action version
release:
types: [released]
@ -25,4 +26,4 @@ jobs:
uses: actions/publish-action@v0.2.1
with:
source-tag: ${{ env.TAG_NAME }}
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}