Skip to content

Commit

Permalink
nix-shell -p dhall
Browse files Browse the repository at this point in the history
  • Loading branch information
jcouyang committed Mar 3, 2024
1 parent 1fb8c36 commit 766c5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
LAST_RELEASE=$(nix-shell -p hub --run 'hub release -L 1')
LOCAL_VERSION=$(dhall text < ./version.dhall)
LOCAL_VERSION=$(nix-shell -p dhall --run 'dhall text < ./version.dhall')
echo "main version is $LAST_RELEASE and current version is $LOCAL_VERSION"
if [ ${LAST_RELEASE:-0} != $LOCAL_VERSION ];then
nix-shell -p hub --run "hub release create -m $LOCAL_VERSION $LOCAL_VERSION"
Expand Down

0 comments on commit 766c5b3

Please sign in to comment.