Skip to content

Commit

Permalink
check my changes
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerFrontegg committed Nov 5, 2024
1 parent 2e4001d commit f63bcb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
id: version_type_minor
if: contains(join(github.event.pull_request.labels.*.name, ','), 'Minor')
run: |
echo "VERSION_TYPE=minor" >> $GITHUB_EN
echo "VERSION_TYPE=minor" >> $GITHUB_ENV
- name: Update version in package json
uses: actions/github-script@v6
id: 'update-version'
Expand Down

0 comments on commit f63bcb0

Please sign in to comment.