Skip to content

Commit

Permalink
Merge branch 'pr/Aijeyomah/33'
Browse files Browse the repository at this point in the history
  • Loading branch information
leecalcote committed Oct 9, 2024
2 parents c27fdea + dc25d37 commit f84def1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-and-release-snapshot-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_CHANNEL: "stable"
PROVIDER_TOKEN: ${{ secrets.PROVIDER_TOKEN }}

with:
version: 2
args: release --clean --skip validate -f .github/.goreleaser.yml
1 change: 1 addition & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
if: success() && startsWith(github.ref, 'refs/tags/') == false
env:
RELEASE_CHANNEL: "edge"
PROVIDER_TOKEN: ${{ secrets.PROVIDER_TOKEN }}
with:
version: 2
args: release --snapshot --skip publish --clean -f .github/.goreleaser.yml

0 comments on commit f84def1

Please sign in to comment.