Skip to content

Commit

Permalink
chore(ci): Fix forced release type
Browse files Browse the repository at this point in the history
  • Loading branch information
Roboroads committed May 1, 2022
1 parent 6756406 commit 695729f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added .github/Branding/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
env:
FORCE_VERSION_TYPE: ${{ github.event.inputs.forceVersionType }}
run: |
[[ ! -z "$FORCE_VERSION_TYPE" ]] && yarn standard-version --as-version $FORCE_VERSION_TYPE|| yarn standard-version
[[ ! -z "$FORCE_VERSION_TYPE" ]] && yarn standard-version --as-version $FORCE_VERSION_TYPE || yarn standard-version
- name: Grab new version for release
run: echo "RELEASE_VERSION=$(node -e "console.log(require('./package.json').version);")" >> $GITHUB_ENV
Expand Down

0 comments on commit 695729f

Please sign in to comment.