Skip to content

Commit 35d688e

Browse files
authored
Merge pull request #3 from PrintApp/v2
update to workflow
2 parents fc9613a + 425755c commit 35d688e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,6 @@ jobs:
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v3
18-
19-
- name: Update files with new version and changes from changelog
20-
env:
21-
TAG: ${{ github.ref_name }}
22-
run: |
23-
VERSION="$(echo $TAG | cut -c2-)"
24-
CHANGELOG=$(cat CHANGELOG.txt)
25-
sed -i "s/Version.*/Version: $VERSION/" printapp.php
26-
sed -i "s/Stable tag:.*/Stable tag: $VERSION/" readme.txt
27-
sed -i "s/== Changelog ==.*/== Changelog ==\n\n== $VERSION =\n$CHANGELOG/" readme.txt
2818

2919
- name: Merge and release latest changes into the SVN repo
3020
env:

0 commit comments

Comments
 (0)