Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

remove generating leading 'v' in tags name #2

remove generating leading 'v' in tags name

remove generating leading 'v' in tags name #2

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
name: Python application
on:
push:
branches: [ "main" ]
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build
run: |
V=$(bash semver.sh)
mkdir out
gh release download nightly --clobber -D out
gh release create $V -t "GeoscanDecoder v$V" --latest --generate-notes out/*