Skip to content

Commit

Permalink
chore(release-script): update release
Browse files Browse the repository at this point in the history
  • Loading branch information
veritem committed Dec 18, 2023
1 parent 2c5f28c commit 286b416
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: release

on:
push:
branches:
- '*'
paths-ignore:
- '**.md'
release:
types: [created]

jobs:
release:
Expand All @@ -29,4 +26,3 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RUSTTARGET: ${{ matrix.target }}
ARCHIVE_TYPES: ${{ matrix.archive }}
UPLOAD_MODE: none
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gcommit"
version = "0.0.5"
version = "0.0.6"
edition = "2021"
authors = ["Makuza Mugabo Verite <[email protected]>"]
description = "A simple conventional commits maker"
Expand Down

0 comments on commit 286b416

Please sign in to comment.