Skip to content

chore(deps): update module golang.org/x/net to v0.33.0 [security] #12

chore(deps): update module golang.org/x/net to v0.33.0 [security]

chore(deps): update module golang.org/x/net to v0.33.0 [security] #12

Workflow file for this run

name: Tag Build and Publish
on:
push:
tags:
- v**
jobs:
build-tag:
uses: ./.github/workflows/template-build.yml
with:
release-tag-name: ${{ github.ref_name }}
push: true
secrets: inherit