Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
vavsab committed Oct 30, 2023
1 parent 4096ab7 commit 478dc38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,15 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Bump version
uses: mapped/action-vtl@latest
uses: mapped/action-vtl@dev
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
# No need to create VERSION file
versionFile: ""
- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
- name: Install Go
Expand Down

0 comments on commit 478dc38

Please sign in to comment.