Skip to content

#34 fix setting initial history_end default value to now #17

#34 fix setting initial history_end default value to now

#34 fix setting initial history_end default value to now #17

Workflow file for this run

name: Releases
on:
push:
tags:
- 'v*'
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: Update version
uses: brettdorrans/write-version-to-file@master
with:
filename: 'map-card.js'
placeholder: 'VERSION'
- uses: ncipollo/release-action@v1
with:
artifacts: "map-card.js"
generateReleaseNotes: true