fix(wb): ensure APP_ENV and WB_ENV values are equal #414
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release | |
on: | |
push: | |
branches: | |
- main | |
concurrency: | |
group: ${{ github.workflow }} | |
cancel-in-progress: false | |
jobs: | |
release: | |
uses: WillBooster/reusable-workflows/.github/workflows/release.yml@main | |
with: | |
github_hosted_runner: true | |
secrets: | |
GH_TOKEN: ${{ secrets.PUBLIC_GH_BOT_PAT }} | |
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} |