Skip to content

build(deps): bump actions/upload-artifact from 4.3.1 to 4.3.2 #57

build(deps): bump actions/upload-artifact from 4.3.1 to 4.3.2

build(deps): bump actions/upload-artifact from 4.3.1 to 4.3.2 #57

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@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
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 }}