We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2259da1 + 0b101ca commit 2046d99Copy full SHA for 2046d99
.github/workflows/release.yml
@@ -49,7 +49,7 @@ jobs:
49
replace: "Version: ${{ github.event.inputs.new_version }}"
50
include: "${{ secrets.SLUG }}.php"
51
- name: Commit version bump
52
- run: git commit -am "Version bump"
+ run: git commit --allow-empty -am "Version bump"
53
- name: Finish release
54
run: git flow release finish ${{ github.event.inputs.new_version }} -m "v${{ github.event.inputs.new_version }}"
55
- name: Push develop and tags
.github/workflows/stable.yml
@@ -18,6 +18,7 @@ jobs:
18
with:
19
generate-zip: true
20
env:
21
+ SLUG: ${{ secrets.SLUG }}
22
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
23
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
24
- name: Create GitHub release
0 commit comments