Skip to content

Commit

Permalink
feat(xsd): tag
Browse files Browse the repository at this point in the history
  • Loading branch information
MisaelMa committed Feb 15, 2024
1 parent befa81b commit 2a2cb63
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 --publish --tag $BRANCH_NAME --include-all --set-access-level=public
rush publish --publish --tag $BRANCH_NAME --include-all --set-access-level=public --apply
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 2a2cb63

Please sign in to comment.