diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be32f58..472ff28 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - name: Get version id: get_version - run: echo "VERSION=$(node -p \"require('./src-tauri/tauri.conf.json').version\")" >> $GITHUB_OUTPUT + run: echo "VERSION=$(node -p 'require(\"./src-tauri/tauri.conf.json\").version')" >> $GITHUB_OUTPUT build-macos: permissions: write-all @@ -263,7 +263,7 @@ jobs: echo "RELEASE_BODY=$RELEASE_BODY" >> $GITHUB_ENV - name: Create Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: