diff --git a/.github/workflows/build_and_release.yml b/.github/workflows/build_and_release.yml index dbb1cea..5d80139 100644 --- a/.github/workflows/build_and_release.yml +++ b/.github/workflows/build_and_release.yml @@ -71,4 +71,3 @@ jobs: uses: softprops/action-gh-release@v2 with: files: build/* - token: ${{ secrets.GITHUB_TOKEN }} diff --git a/constants.ts b/constants.ts index aa3f020..b7fcd22 100644 --- a/constants.ts +++ b/constants.ts @@ -1,4 +1,4 @@ -export const version = "0.3.0"; +export const version = "0.3.1"; export const homePath = `${Deno.env.get("HOME")}/.drenv`; export const versionsPath = `${homePath}/versions`; export const binPath = `${homePath}/bin`;