Skip to content

Commit

Permalink
[Release] beta version 0.2.15-beta.6 (Update build workflow)
Browse files Browse the repository at this point in the history
  • Loading branch information
saltict committed Sep 27, 2023
1 parent 2df3396 commit 5b6e613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
id: input_data
run: |
if [[ ${{ github.ref }} == 'refs/heads/master' ]]; then
echo "{target}={latest}" >> $GITHUB_OUTPUT
echo "target=latest" >> $GITHUB_OUTPUT
else
echo "{target}={beta}" >> $GITHUB_OUTPUT
echo "target=beta" >> $GITHUB_OUTPUT
fi
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 5b6e613

Please sign in to comment.