|
|
@@ -120,17 +120,17 @@ jobs:
|
|
|
|
|
|
- name: Install goreleaser
|
|
|
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false
|
|
|
- uses: goreleaser/goreleaser-action@v6
|
|
|
+ uses: goreleaser/goreleaser-action@v7
|
|
|
with:
|
|
|
install-only: true
|
|
|
|
|
|
- name: Set up Docker Buildx
|
|
|
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false
|
|
|
- uses: docker/setup-buildx-action@v3
|
|
|
+ uses: docker/setup-buildx-action@v4
|
|
|
|
|
|
- name: release
|
|
|
if: github.ref_type != 'tag' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false)
|
|
|
- uses: cycjimmy/semantic-release-action@v4
|
|
|
+ uses: cycjimmy/semantic-release-action@v5
|
|
|
with:
|
|
|
extra_plugins: |
|
|
|
@semantic-release/commit-analyzer
|
|
|
@@ -142,7 +142,7 @@ jobs:
|
|
|
|
|
|
- name: Archive binaries
|
|
|
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false
|
|
|
- uses: actions/upload-artifact@v4.3.1
|
|
|
+ uses: actions/upload-artifact@v7
|
|
|
with:
|
|
|
name: "OliveTin-snapshot-${{ env.DATE }}-${{ github.sha }}"
|
|
|
path: dist/OliveTin*.*
|