Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
ichung08 committed Aug 21, 2024
1 parent 5d096d6 commit 996f00a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-release-import-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ jobs:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5.1.0
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --clean --config .goreleaser.import.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
7 changes: 3 additions & 4 deletions .goreleaser.import.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ release:
prerelease: auto

git:
sort_tags: true
tag_sort: taggerdate
prerelease_name_template: "{{.Tag}}"

# Use this if you're using a prefix on your tag names
# Adjust the regex if your prefix is different
tag_name_template: '{{.Tag}}'
version_regexp: '^import/v([\d.]+)$'

0 comments on commit 996f00a

Please sign in to comment.