Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
cryi committed Feb 4, 2024
1 parent 7b62f85 commit 9e55f0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
Expand All @@ -27,9 +27,9 @@ jobs:
tag: ${{ github.ref }}
file: bin/tezbake*

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: github.com/tez-capital/tezbake-releases
repository: tez-capital/tezbake-releases
path: releases
token: ${{ secrets.TZC_TEZBAKE_RELEASES_RW_AT }}

Expand Down

0 comments on commit 9e55f0f

Please sign in to comment.