diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d0edb19..2506e14 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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