Skip to content

Commit

Permalink
change wf
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheidudko committed Oct 16, 2024
1 parent 6dc4afd commit 2a538a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
repository: dudko-dev/protoobject
token: ${{ secrets.TOKEN_FOR_WORKFLOW }}
draft: false
prerelease: false
prerelease: ${{ !!endsWith(env.RELEASE_VERSION, '-beta') }}
- name: Set registry npm packages
if: ${{ !endsWith(env.RELEASE_VERSION, '-beta') }}
uses: actions/setup-node@v4
Expand Down

0 comments on commit 2a538a8

Please sign in to comment.