Skip to content

Commit

Permalink
feat(xsd): beta
Browse files Browse the repository at this point in the history
  • Loading branch information
MisaelMa committed Feb 14, 2024
1 parent b5f6912 commit 89ee71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Publish
run: |
echo $BRANCH_NAME
rush publish -p -b $BRANCH_NAME --include-all --set-access-level=public
rush publish -p -b $BRANCH_NAME -t $BRANCH_NAME --include-all --set-access-level=public
git commit -a -m 'npm(publish): new releases' || echo "No changes to commit"
git push origin $BRANCH_NAME
env:
Expand Down

0 comments on commit 89ee71c

Please sign in to comment.