Skip to content

chore(deps): bump github.com/sylabs/sif/v2 from 2.20.1 to 2.20.2 (#102) #23

chore(deps): bump github.com/sylabs/sif/v2 from 2.20.1 to 2.20.2 (#102)

chore(deps): bump github.com/sylabs/sif/v2 from 2.20.1 to 2.20.2 (#102) #23

Workflow file for this run

name: Release
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+-*'
permissions:
contents: write
jobs:
publish-release:
name: Publish Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version: '~1.23.0'
- uses: goreleaser/goreleaser-action@v6
with:
args: release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}