Skip to content

Commit

Permalink
update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shabinesh Sivaraj committed Nov 20, 2024
1 parent b10dc4e commit a41a785
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: tags
uses: SOLIDSoftworks/[email protected]
with:
tag-prefix: 'v'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout
uses: actions/checkout@v4
with:
Expand All @@ -28,10 +33,6 @@ jobs:
go-version: stable
# More assembly might be required: Docker logins, GPG, etc.
# It all depends on your needs.
- name: tags
uses: SOLIDSoftworks/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
Expand Down

0 comments on commit a41a785

Please sign in to comment.