Skip to content

Commit

Permalink
Merge pull request #759 from rainlanguage/2024-08-06-fix-publish-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hardyjosh authored Aug 7, 2024
2 parents b033659 + f4dace5 commit a4db06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

# set npm version to rust crate version
- name: Set Version
run: echo "NEW_VERSION=$(nix develop -c npm version $(node ./scripts/version.js) --no-git-tag-version)" >> $GITHUB_ENV
run: echo "NEW_VERSION=$(npm version $(node ./scripts/version.js) --no-git-tag-version)" >> $GITHUB_ENV

# Commit changes and tag
- name: Commit And Tag
Expand Down

0 comments on commit a4db06a

Please sign in to comment.