Skip to content

Commit

Permalink
Merge branch 'master' into fix/publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0q authored Jul 12, 2024
2 parents 15eb679 + 5262518 commit 94ea08f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,9 @@ on:
- master

jobs:
skip:
runs-on: ubuntu-latest
steps:
- run: echo "[Skip CI] ${{ contains(github.event.head_commit.message, '[skip ci]') }}"
release:
name: release
runs-on: ubuntu-latest
if: contains(github.event.head_commit.message, '[skip ci]') == false
permissions:
contents: write
steps:
Expand Down Expand Up @@ -69,7 +64,7 @@ jobs:
git config user.name "GitHub Actions"
git config user.email "[email protected]"
npm version $NEW_VERSION -m "CI: update to $NEW_VERSION [ci skip]" --author .
npm version $NEW_VERSION -m "CI: update to $NEW_VERSION [ci skip]"
git commit --amend --no-edit --author .
git push origin master
git push --tags
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@traptitech/traq",
"version": "3.18.0-4",
"version": "3.18.0-5",
"description": "A client library for the traQ API.",
"type": "module",
"main": "./dist/index.js",
Expand Down

0 comments on commit 94ea08f

Please sign in to comment.