Skip to content

Commit

Permalink
Fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
vavsab committed Oct 30, 2023
1 parent 84a6c06 commit 4096ab7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
with:
baseVersion: 0.0.17
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
# TODO: Remove when permissions are fixed
# https://pulumi-community.slack.com/archives/C037PV12W6L/p1698447153384709?thread_ts=1697543021.775809&cid=C037PV12W6L
releasesBranch: master
- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
- name: Install Go
Expand Down

0 comments on commit 4096ab7

Please sign in to comment.