Skip to content

Commit

Permalink
fix: change code
Browse files Browse the repository at this point in the history
  • Loading branch information
popovevgen committed Dec 27, 2023
1 parent af82ece commit cc05054
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
if [ -z "$NEW_VERSION" ]; then
echo "::warning title=No Release::No relevant changes have been detected. The workflow will be terminated without publishing a new release."
exit 1
fi
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -80,7 +80,6 @@ jobs:
echo "CURRENT_VERSION=$CURRENT_VERSION" >> $GITHUB_ENV
- name: 'Release'
if: env.NEW_VERSION != '' && env.NEW_VERSION != env.CURRENT_VERSION
run: npx semantic-release --debug
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@12evgen/test-vercel",
"version": "1.52.3",
"version": "1.0.0",
"private": true,
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit cc05054

Please sign in to comment.