Skip to content

Commit

Permalink
Remove hard coded ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Gillies authored and Sean Gillies committed Nov 9, 2023
1 parent 8636275 commit 2eb9c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rasterio_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
-H "Authorization: Bearer ${{ secrets.RASTERIO_REPO_DISPATCH_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/rasterio/rasterio/dispatches \
-d '{"event_type":"upstream_tag","client_payload":{"tag":"v3.8.0RC2"}}'
-d '{"event_type":"upstream_tag","client_payload":{"tag":"${{ github.ref }}"}}'

0 comments on commit 2eb9c5e

Please sign in to comment.