Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
edited artifacts and tag name
  • Loading branch information
mbasa authored Jul 25, 2024
1 parent a85c7a4 commit 1c40186
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ jobs:
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 }}"
artifacts: "README.md,LICENSE.TXT,.env.example,benchmark/*,data-patches/*,scripts/*,sql/*"
tag: "run${{ github.run_number }}"
name: "PgGeocoder"
makeLatest: true
allowUpdates: false
Expand Down

0 comments on commit 1c40186

Please sign in to comment.