Merge branch 'skip_git_pull-1' into skip_git_pull

releases/v3
apr-1985 2021-11-17 10:21:18 +00:00 committed by GitHub
commit f7c266a578
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,8 @@
name: 'Test the action'
on:
push:
branches:
- skip_git_pull-1
pull_request:
branches:
- master
@ -126,6 +129,7 @@ jobs:
- run: git tag | xargs git tag -d
- name: Create fake tag
run: "git tag -a 'v0.55.8' -m 'v0.55.8'"
- run: "echo 'askjfhsadjkfh' > banana.txt"
- run: "git add . && git commit -m 'fix: Added fake file so version will be bumped'"
- name: Generate changelog
@ -155,6 +159,7 @@ jobs:
- run: git tag | xargs git tag -d
- name: Create fake tag
run: "git tag -a 'v0.55.8' -m 'v0.55.8'"
- run: "echo 'askjfhsadjkfh' > banana.txt"
- run: "git add . && git commit -m 'fix: Added fake file so version will be bumped'"
- name: Generate changelog