Skip to content

Commit

Permalink
Merge pull request #44 from MisaelMa/tagxsd
Browse files Browse the repository at this point in the history
feat(xsd): beta
  • Loading branch information
MisaelMa committed Feb 14, 2024
2 parents b5f6912 + 89ee71c commit c27dd74
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 c27dd74

Please sign in to comment.