Skip to content

Merge pull request #24 from mbasa/develop #7

Merge pull request #24 from mbasa/develop

Merge pull request #24 from mbasa/develop #7

Workflow file for this run

name: Publish Package
on:
push:
branches: [ "master" ]
# release:
# types: [created]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: ncipollo/release-action@v1
with:
artifacts: "README.md,LICENSE.TXT,.env.example,benchmark,data-patches,scripts,sql"
#replacesArtifacts: true
tag: "PgGeocoder-run${{ github.run_number }}"
name: "PgGeocoder"
makeLatest: true
allowUpdates: false
token: ${{ secrets.GITHUB_TOKEN }}