Skip to content

Commit

Permalink
tmp: run everything except actual release
Browse files Browse the repository at this point in the history
  • Loading branch information
samsullivan committed Jan 18, 2024
1 parent 33b91a1 commit 46d9017
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: goreleaser

on:
push:
tags:
- "*"
on: [pull_request]

permissions:
contents: write
Expand Down Expand Up @@ -112,10 +109,4 @@ jobs:
cat ./windows/jqless*checksums.txt >> checksums.txt
rm ./darwin/jqless*checksums.txt
rm ./linux/jqless*checksums.txt
rm ./windows/jqless*checksums.txt
- name: Release
uses: goreleaser/goreleaser-action@v5
with:
args: release --config scripts/.goreleaser/release.yaml
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
rm ./windows/jqless*checksums.txt

0 comments on commit 46d9017

Please sign in to comment.