Skip to content

Bump actions/upload-artifact from 4 to 5 (#13) #62

Bump actions/upload-artifact from 4 to 5 (#13)

Bump actions/upload-artifact from 4 to 5 (#13) #62

Workflow file for this run

name: ci/cd
on:
push:
# only on branch pushes
branches: [ '**' ]
tags-ignore: [ '**' ]
jobs:
############################################################################
# TAG + RELEASE
#############################################################################
tag-and-release:
# only run on main/default
if: format('refs/heads/{0}', github.event.repository.default_branch) == github.ref
uses: WIPACrepo/wipac-dev-workflows/.github/workflows/tag-and-release.yml@main # main -> dogfooding
permissions: # for GITHUB_TOKEN
contents: write
with:
project-type: gha-workflow
version-style: 'X.Y'
more-ignore-paths: |
!.github/workflows/**