5
0
Fork 0
mirror of https://github.com/cycjimmy/semantic-release-action.git synced 2025-11-07 10:46:56 +00:00

ci: use default config for pr check

This commit is contained in:
cycjimmy 2020-01-13 15:46:10 +08:00
parent d54c346f44
commit b9f219a4d5

View file

@ -16,10 +16,9 @@ jobs:
- name: Semantic Release
uses: ./
with:
semantic_version: 15
extra_plugins: |
@semantic-release/git@7
@semantic-release/changelog@3
@semantic-release/git
@semantic-release/changelog
dry_run: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}