Skip to content

Commit

Permalink
Merge branch 'release-3.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 18, 2023
2 parents cc97935 + 8e7e669 commit 2e1f14d
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 47 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/release_tao_extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,18 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
token: ${{ secrets.SEMVER_GH_TOKEN }} #bypass branch protection rule

- name: Configure git user
#configuring git for runner
run: |
git config --global user.name "oat-github-bot"
git config --global user.email "oat-github-bot@taotesting.com"
- name: Release
uses: oat-sa/extension-release-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.SEMVER_GH_TOKEN }}
with:
github_token: ${{ secrets.GH_TOKEN }}
github_token: ${{ secrets.SEMVER_GH_TOKEN }}
2 changes: 1 addition & 1 deletion views/css/distributor.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 1 addition & 14 deletions views/css/distributor.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 1 addition & 14 deletions views/css/editor.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion views/css/property-selector.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 1 addition & 14 deletions views/css/property-selector.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2e1f14d

Please sign in to comment.