Skip to content

Commit

Permalink
chore: update create release action
Browse files Browse the repository at this point in the history
  • Loading branch information
bos-hieu committed Jul 28, 2024
1 parent 11cde35 commit 929bf5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 22 deletions.
2 changes: 0 additions & 2 deletions .chglog/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ options:
- perf
- refactor
- chore
- others
commit_groups:
https://github.com/laziness-coders/mongostore.git:
title_maps:
Expand All @@ -21,7 +20,6 @@ options:
perf: Performance Improvements
refactor: Code Refactoring
chore: Chores
others: Others
header:
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
pattern_maps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,12 @@ jobs:
uses: actions/checkout@v4.1.7
with:
fetch-depth: 0
# -
# name: Set up Go
# uses: actions/setup-go@v5.0.2
# with:
# go-version: 1.22
# # -
# name: Run GoReleaser
# uses: goreleaser/goreleaser-action@v2
# with:
# # either 'goreleaser' (default) or 'goreleaser-pro'
# distribution: goreleaser
# version: latest
# args: release --rm-dist
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

-
name: Install git-chglog
run: |
wget https://github.com/git-chglog/git-chglog/releases/download/v0.15.1/git-chglog_0.15.1_linux_amd64.tar.gz
tar -xzf git-chglog_0.15.1_linux_amd64.tar.gz
wget https://github.com/git-chglog/git-chglog/releases/download/v0.15.4/git-chglog_0.15.4_linux_amd64.tar.gz
tar -xzf git-chglog_0.15.4_linux_amd64.tar.gz
sudo mv git-chglog /usr/local/bin/
-
Expand All @@ -53,8 +39,6 @@ jobs:
uses: ncipollo/release-action@v1.14.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: Release ${{ github.ref_name }}
body: ${{ steps.changelog.outputs.changelog }}
tag: ${{ github.ref_name }}
draft: true
draft: false
prerelease: false

0 comments on commit 929bf5b

Please sign in to comment.