Skip to content

Commit

Permalink
latest and greatest
Browse files Browse the repository at this point in the history
  • Loading branch information
bradfordwagner committed Mar 15, 2024
1 parent 01d514b commit 95a9125
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/go_releaser_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ jobs:
go-releaser-branches:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup go-task
- name: checkout=self
uses: actions/checkout@v4
- name: task=3.35.1
uses: pnorton5432/setup-task@v1
with:
task-version: 3.35.1
- name: task version
run: task --version
- name: checkout taskfiles
- name: checkout=taskfiles
uses: actions/checkout@v4
with:
path: taskfiles
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/go_releaser_tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ jobs:
go-releaser-tags:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup go-task
- name: checkout=self
uses: actions/checkout@v4
- name: task=3.35.1
uses: pnorton5432/setup-task@v1
with:
task-version: 3.35.1
- name: task version
run: task --version
- name: checkout taskfiles
- name: checkout=taskfiles
uses: actions/checkout@v4
with:
path: taskfiles
Expand Down

0 comments on commit 95a9125

Please sign in to comment.