This commit is contained in:
parent
7efcb56fa7
commit
abcc7fa481
1 changed files with 6 additions and 5 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
push:
|
||||||
|
tags: 'v*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-release:
|
test-release:
|
||||||
|
|
@ -22,8 +23,8 @@ jobs:
|
||||||
direction: upload
|
direction: upload
|
||||||
url: https://source.mapcomplete.org
|
url: https://source.mapcomplete.org
|
||||||
repo: MapComplete/planet-file-updater
|
repo: MapComplete/planet-file-updater
|
||||||
token: ${{ secrets.WRITE_TOKEN }}
|
|
||||||
tag: v1.0.1
|
|
||||||
release-dir: test/
|
release-dir: test/
|
||||||
release-notes: "MY RELEASE NOTES: blabla"
|
release-notes: "Release version ${{ github.ref_name }}"
|
||||||
sha: "${{ github.sha }}"
|
sha: "${{ github.sha }}"
|
||||||
|
tag: "${{ github.ref_name }}"
|
||||||
|
token: ${{ secrets.WRITE_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue