Attempt to get release working
All checks were successful
/ test-release (push) Successful in 6s

This commit is contained in:
Pieter Vander Vennet 2025-06-16 15:24:34 +02:00
parent 7efcb56fa7
commit abcc7fa481

View file

@ -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 }}