on: push: tags: - '*' jobs: release: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: fetch-depth: 0 - name: release id: release uses: actions/release-action@main with: files: |- ** api_key: '${{secrets.RELEASE_TOKEN}}'