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