Skip to content

Commit

Permalink
ci: clean semantic-release comments
Browse files Browse the repository at this point in the history
  • Loading branch information
geokrety-bot committed Aug 8, 2023
1 parent 3a2e2e0 commit 9e4f7cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Automatic release
# Use this one for default pre-commit pre-installed tools

on:
push:
Expand Down
22 changes: 6 additions & 16 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Automatic release
# Use this one for custom pre-commit config (needing custom tools)

on:
workflow_call:
Expand All @@ -7,19 +8,8 @@ on:
required: true

jobs:
# pre-commit:
# if: "!contains(github.event.head_commit.message, 'skip ci')"
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: geokrety/geokrety-gha-workflows/.github/actions/pre-commit@main

semantic-release:
if: "!contains(github.event.head_commit.message, 'skip ci')"
# needs: pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: geokrety/geokrety-gha-workflows/.github/actions/semantic-release@main
with:
token: ${{ secrets.GH_TOKEN }}
build-release:
uses: geokrety/geokrety-gha-workflows/.github/workflows/semantic-release.yml@main
needs: pre-commit
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 9e4f7cd

Please sign in to comment.