Skip to content

Commit 15bfdfc

Browse files
author
Jonathan Poole
authored
Move the tool release into it's own release step (#67)
1 parent eb63d4a commit 15bfdfc

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.github/workflows/plugin.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ jobs:
3333
- name: Release
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36-
uses: tatskaari/release-action@master
36+
uses: thought-machine/release-action@v0.3.0
37+
- name: Release tools
38+
env:
39+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40+
uses: thought-machine/release-action@v0.3.0
3741
with:
3842
release-files: plz-out/package
43+
version-file: tools/VERSION
44+
change-log-file: tools/ChangeLog
45+
release-prefix: tools

tools/ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Version 0.1.0
2+
-------------
3+
* Initial release

tools/VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.1.0

0 commit comments

Comments
 (0)