Skip to content

Merge pull request #11 from sbe-arg/dependabot/github_actions/actions… #13

Merge pull request #11 from sbe-arg/dependabot/github_actions/actions…

Merge pull request #11 from sbe-arg/dependabot/github_actions/actions… #13

Workflow file for this run

name: tag-and-release
on:
push:
branches:
- master
permissions:
contents: read
concurrency:
group: ${{ github.repository }}/${{ github.workflow }}/${{ github.ref }}
cancel-in-progress: false
jobs:
flow:
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
- uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
with:
egress-policy: audit
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
with:
fetch-depth: '0'
- name: simple-tag-and-release
uses: sbe-arg/simple-tags-and-releases@fd774635aa3f4ea19faab61ad46a36e6c165ed24 # v0.3.2
with:
autogenerated_notes: 'true'
version_file: 'VERSION'
env:
GH_TOKEN: ${{ github.token }}