Skip to content

Commit

Permalink
Update GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mszostok committed Dec 22, 2023
1 parent 4e3bb8d commit fb43d75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pages-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
cache: true

- name: Build plugins binaries
uses: goreleaser/goreleaser-action@v3
uses: goreleaser/goreleaser-action@v5
with:
install-only: true
version: latest
args: build --clean

- name: Build plugins and generate plugins index.yaml
uses: magefile/mage-action@v3
Expand Down Expand Up @@ -84,7 +84,6 @@ jobs:
- name: Publish GitHub release
run: |
mkdir public
mv plugin-dist/executor_* public/
mv plugin-dist/source_* public/
mv plugins-index.yaml public/
mv index.html public/
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cache: true

- name: Install GoReleaser
uses: goreleaser/goreleaser-action@v3
uses: goreleaser/goreleaser-action@v5
with:
install-only: true
version: latest
Expand Down Expand Up @@ -64,5 +64,4 @@ jobs:
gh release create "${GITHUB_REF#refs/tags/}" \
--notes-file release.md \
./plugin-dist/source_* \
./plugin-dist/executor_* \
./plugins-index.yaml

0 comments on commit fb43d75

Please sign in to comment.