Skip to content

Commit

Permalink
ci: call scripts directly (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Broderick-Westrope authored Aug 21, 2024
1 parent 963fc4c commit 2c12d41
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
name: GoReleaser
runs-on: ubuntu-latest
steps:
- name: Setup Task
uses: arduino/setup-task@v2

- name: Setup Go
uses: actions/setup-go@v5
with:
Expand All @@ -25,10 +22,10 @@ jobs:
uses: actions/checkout@v4

- name: GoReleaser Dry Run
run: task goreleaser:dryrun
run: scripts/goreleaser/dryrun.sh

- name: Setup Environment
run: echo 'GITHUB_TOKEN=${{secrets.GH_PAT}}' > .release-env

- name: GoReleaser Release
run: task goreleaser:release
run: scripts/goreleaser/release.sh

0 comments on commit 2c12d41

Please sign in to comment.