Skip to content

fix: file names

fix: file names #2

Workflow file for this run

name: Tag release
on:
push:
paths:
- plugin.json
- .github/workflows/tag-release.yml
- .github/workflows/tag-release.sh
jobs:
gh-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Create release with tag
run: sh .github/workflows/release-tag.sh
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}