Skip to content

v3.0.2

v3.0.2 #25

Workflow file for this run

---
# https://github.com/marketplace/actions/actions-tagger
name: release
"on":
release:
types: [published, edited]
workflow_dispatch:
jobs:
actions-tagger:
runs-on: windows-latest
permissions:
# Give the default GITHUB_TOKEN write permission.
# https://github.blog/changelog/2023-02-02-github-actions-updating-the-default-github_token-permissions-to-read-only/
contents: write
steps:
- uses: Actions-R-Us/actions-tagger@latest
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"