Skip to content

Commit

Permalink
Publish packages via GitHub Actions #14
Browse files Browse the repository at this point in the history
* Fix build error
  • Loading branch information
sallyluenoa committed Jul 11, 2021
1 parent 48dc9d5 commit 6958501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sandbox_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
git describe --tags
echo ${{ steps.get_version.outputs.VERSION1 }}
echo ${{ steps.get_version.outputs.VERSION2 }}
echo ${{ GITHUB_RUN_ID }}
echo ${{ GITHUB_RUN_NUMBER }}
echo $GITHUB_RUN_ID
echo $GITHUB_RUN_NUMBER

0 comments on commit 6958501

Please sign in to comment.