Skip to content

Commit

Permalink
ci: fixed semantic release (see cycjimmy/semantic-release-action#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSlimvReal committed Jun 12, 2023
1 parent 798c1e3 commit e16ba57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/pull-request-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,23 +72,3 @@ jobs:
COMMIT_INFO_MESSAGE: ${{ github.event.pull_request.title }}
# pass GitHub token to allow accurately detecting a build vs a re-run build
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run-semantic-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-version: 14
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }}
with:
extra_plugins: |
@google/semantic-release-replace-plugin
@semantic-release/git
@semantic-release/github
semantic-release-slack-bot
3 changes: 3 additions & 0 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- uses: actions/checkout@v3
with:
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-version: 14
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
env:
Expand Down

0 comments on commit e16ba57

Please sign in to comment.