Skip to content

Commit 2046d99

Browse files
Merge branch 'release/1.8.0'
2 parents 2259da1 + 0b101ca commit 2046d99

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
replace: "Version: ${{ github.event.inputs.new_version }}"
5050
include: "${{ secrets.SLUG }}.php"
5151
- name: Commit version bump
52-
run: git commit -am "Version bump"
52+
run: git commit --allow-empty -am "Version bump"
5353
- name: Finish release
5454
run: git flow release finish ${{ github.event.inputs.new_version }} -m "v${{ github.event.inputs.new_version }}"
5555
- name: Push develop and tags

.github/workflows/stable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
with:
1919
generate-zip: true
2020
env:
21+
SLUG: ${{ secrets.SLUG }}
2122
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
2223
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
2324
- name: Create GitHub release

0 commit comments

Comments
 (0)