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

ci: set semantic_version

This commit is contained in:
cycjimmy 2020-01-11 10:58:02 +08:00
parent c7843ecaa3
commit f7a4ffb9cd
3 changed files with 5 additions and 2 deletions

View file

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

View file

@ -21,6 +21,7 @@ jobs:
id: semantic
with:
branch: master
semantic_version: 15
extra_plugins: |
@semantic-release/git@7
@semantic-release/changelog@3

View file

@ -20,6 +20,7 @@ jobs:
uses: cycjimmy/semantic-release-action@v2
id: semantic
with:
semantic_version: 15
extra_plugins: |
@semantic-release/git@7
@semantic-release/changelog@3