diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index c323161..c54623b 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -7,7 +7,9 @@ jobs: name: "Update Version File" runs-on: "ubuntu-latest" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 + with: + ref: main - name: Setup Node uses: actions/setup-node@v3.3.0 - name: Update File @@ -25,4 +27,4 @@ jobs: uses: ad-m/github-push-action@master with: github_token: ${{ secrets.github_token }} - branch: ${{ github.ref }} + branch: main diff --git a/package.json b/package.json index 85c53e3..93d64f0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "nh-config-editor", "private": true, "packageManager": "pnpm@6.11.0", - "version": "0.6.4", + "version": "0.6.5", "scripts": { "preinstall": "npx only-allow pnpm", "schema": "ts-json-schema-generator -f tsconfig.json -p src/Common/AppData/Settings.ts -t Settings -o src/Common/AppData/SettingsSchema.json --no-type-check --minify true && prettier --write ./src/Common/AppData/SettingsSchema.json", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 08eb1b4..7d0b2fb 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nh-editor" -version = "0.6.4" +version = "0.6.5" description = "An editor for New Horizons planets, systems, and more" authors = ["Bwc9876"] license = "MIT"