Update update-release-v1.yml

This commit is contained in:
Luc Appelman 2021-10-30 16:20:46 +02:00 committed by GitHub
parent 30a250f54c
commit a89ca1c6e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
# This workflow will do a clean install of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Update Release V1.0
name: Semantic Version Release
#on:
# push:
@ -39,7 +39,6 @@ jobs:
short_tags: true
# If this is set to true, *every* commit will be treated as a new version.
bump_each_commit: false
fetch-depth: branch
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}