Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.

Commit

Permalink
Only checkout main in action
Browse files Browse the repository at this point in the history
  • Loading branch information
Bwc9876 committed Sep 5, 2022
1 parent df7f55e commit 84920fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -25,4 +27,4 @@ jobs:
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.github_token }}
branch: ${{ github.ref }}
branch: main
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 84920fd

Please sign in to comment.