Skip to content

Commit

Permalink
ci: 👷 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Sep 26, 2021
1 parent 8da9424 commit 0f294c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,9 @@ jobs:
private_key: ${{ secrets.PRIVATE_KEY }}
env_name: bot_token

- name: 📦 Semantic Release
uses: cycjimmy/semantic-release-action@v2
id: semantic
- name: 📦 Release
uses: wow-actions/release-github-action@v1
with:
extends: '@wow-actions/semantic-release-config'
extra_plugins: |
@semantic-release/changelog
@semantic-release/git
env:
GITHUB_TOKEN: ${{ env.bot_token }}
GIT_AUTHOR_NAME: wow-actions-bot
GIT_AUTHOR_EMAIL: [email protected]
GIT_COMMITTER_NAME: wow-actions-bot
GIT_COMMITTER_EMAIL: [email protected]
3 changes: 0 additions & 3 deletions CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "auto-assign",
"description": "Automatically add reviewers/assignees to issues/PRs when issues/PRs are opened",
"version": "1.0.1",
"version": "1.0.2",
"main": "dist/index.js",
"repository": "https://github.com/wow-actions/auto-assign",
"files": [
Expand Down

0 comments on commit 0f294c3

Please sign in to comment.