Skip to content

Commit

Permalink
found error
Browse files Browse the repository at this point in the history
  • Loading branch information
mteiting committed Sep 21, 2023
1 parent 6e96720 commit 3bb5e68
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 @@ -37,7 +37,7 @@ jobs:
NEW_PATCH=$((PATCH_LATEST + 1))
fi
echo "release_version=$BUILD_DATE.$$NEW_PATCH" >> $GITHUB_OUTPUT
echo "release_version=$BUILD_DATE.$NEW_PATCH" >> $GITHUB_OUTPUT
- uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 3bb5e68

Please sign in to comment.