Skip to content

mapbox-token to mask, optional vocnotation-overwrite in mask,new mapb… #2

mapbox-token to mask, optional vocnotation-overwrite in mask,new mapb…

mapbox-token to mask, optional vocnotation-overwrite in mask,new mapb… #2

Workflow file for this run

name: Release
on:
push:
tags:
- "v*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install coffeescript-compiler
run: sudo apt-get install coffeescript
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
shell: bash
- name: Extract repository name
run: echo "REPOSITORY_NAME=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')" >> $GITHUB_ENV
shell: bash
- name: Set zip file name
run: echo "ZIP_NAME=customDataTypeDante.zip" >> $GITHUB_ENV
- name: Build and Package
shell: bash
run: make zip
- name: Release
uses: softprops/action-gh-release@v1
with:
name: Release ${{ steps.get_version.outputs.VERSION }}
draft: true
generate_release_notes: true
files: |
build/${{ env.ZIP_NAME }}
README.md