Skip to content

Commit

Permalink
Merge branch 'hotfix/1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
pycabbage committed May 13, 2024
2 parents 3fbe9ba + 1a86dd5 commit 2b44e7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,11 @@ jobs:
- name: Prepare package
id: package
run: |
if [ ${{ github.ref_name }} = 'master' || ${{ github.ref_name }} = 'main' ]; then
echo "This is the main branch"
if [ ${{ github.event_name }} = release ]; then
echo "This is stable release"
echo "tag=latest" >> $GITHUB_OUTPUT
else
echo "This is the develop branch"
echo "This is the develop release"
./scripts/jqout.sh '.version+="-${{ github.ref_name }}-${{ github.sha }}"' package.json
echo "tag=experimental" >> $GITHUB_OUTPUT
fi
Expand Down

0 comments on commit 2b44e7b

Please sign in to comment.