Skip to content

build(deps): bump urllib3 from 1.26.7 to 1.26.17 in /examples/python … #33

build(deps): bump urllib3 from 1.26.7 to 1.26.17 in /examples/python …

build(deps): bump urllib3 from 1.26.7 to 1.26.17 in /examples/python … #33

Workflow file for this run

name: goreleaser
on:
push:
tags:
- "*"
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- name: fetch tags
run: git fetch --tags --force
- uses: actions/[email protected]
with:
go-version: "1.21"
- uses: goreleaser/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
distribution: goreleaser
version: latest
args: release -f ci/.goreleaser.yml