Skip to content

Commit

Permalink
remove conditional, add echos
Browse files Browse the repository at this point in the history
  • Loading branch information
nmanu1 committed Oct 27, 2023
1 parent fbf8763 commit b4838f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
release:
runs-on: ubuntu-latest
if: startsWith(github.event.head_commit.message, 'simple')
# if: startsWith(github.event.head_commit.message, 'simple')
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -16,3 +16,5 @@ jobs:
PACKAGE_VERSION="${GITHUB_REF##*/}"
echo branch=${BRANCH_NAME} >> $GITHUB_OUTPUT
echo version=${PACKAGE_VERSION} >> $GITHUB_OUTPUT
echo branch
echo version

0 comments on commit b4838f8

Please sign in to comment.