Skip to content

Commit

Permalink
upd workflows for main release
Browse files Browse the repository at this point in the history
  • Loading branch information
ikethecoder committed Oct 23, 2023
1 parent f5ec0b3 commit 216457a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
uses: rymndhng/release-on-push-action@v0.28.0
with:
bump_version_scheme: patch
dry_run: true
outputs:
version_number: ${{ steps.release.outputs.tag_name }}

Expand Down
5 changes: 2 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,8 @@ changelog:
exclude:
- '^docs:'
- '^test:'

release:
draft: true
# release:
# draft: true
# The lines beneath this are called `modelines`. See `:help modeline`
# Feel free to remove those if you don't want/use them.
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
Expand Down

0 comments on commit 216457a

Please sign in to comment.