Skip to content

Commit

Permalink
Try to use a ref instead of pulling master
Browse files Browse the repository at this point in the history
  • Loading branch information
PEZ committed Nov 5, 2024
1 parent 7d359c2 commit ac5e0a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: master

- name: Setup Babashka
uses: DeLaGuardo/setup-clojure@12.5
Expand Down
1 change: 0 additions & 1 deletion scripts/tasks.clj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
(util/sh dry-run? "git" "config" "--global" "user.name" user-name)
(util/sh dry-run? "npm" "set" "git-tag-version" "false")
(util/sh dry-run? "npm" "version" "patch")
(util/sh dry-run? "git" "pull")
(util/sh dry-run? "git" "add" ".")
(let [version (-> (util/sh false "node" "-p" "require('./package').version")
:out
Expand Down

0 comments on commit ac5e0a8

Please sign in to comment.