Skip to content

fix(argoflags): updating how and were we apply argoflags #11

fix(argoflags): updating how and were we apply argoflags

fix(argoflags): updating how and were we apply argoflags #11

name: go_releaser_branches
on:
- push
- workflow_dispatch
jobs:
go-releaser-branches:
runs-on: ubuntu-latest
steps:
- name: checkout=self
uses: actions/checkout@v4
- name: task=3.35.1
uses: pnorton5432/setup-task@v1
with:
task-version: 3.35.1
- name: checkout=taskfiles
uses: actions/checkout@v4
with:
path: taskfiles
repository: bradfordwagner/taskfiles
- name: go=1.22
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: goreleaser=1.24.0
uses: goreleaser/goreleaser-action@v5
with:
version: 1.24.0
install-only: true
- name: task=branches
run: task -t ./taskfiles/tasks/go_releaser.yml is_tag=false
env:
GITHUB_TOKEN: ${{ github.token }}