Skip to content

Commit

Permalink
On tag to production branch
Browse files Browse the repository at this point in the history
  • Loading branch information
vycius committed Jun 21, 2024
1 parent cc2f423 commit a6b4151
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-pmtiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ jobs:
apiToken: ${{ secrets.CLOUDFLARE_PAGES_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_PAGES_ACCOUNT_ID }}
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ startsWith(github.ref, 'refs/tags/') && 'production' || (github.head_ref || github.ref_name) }}
projectName: national-boundaries
directory: output
wranglerVersion: '3'
Expand Down

0 comments on commit a6b4151

Please sign in to comment.