Skip to content

Commit

Permalink
Merge pull request #50 from qorelanguage/bugfix/empty-response-fix
Browse files Browse the repository at this point in the history
Bump version to 0.4.10 and comment out Chromatic publish step in develop_release.yml
  • Loading branch information
Foxhoundn authored Dec 10, 2024
2 parents 41217e2 + e81e4f0 commit f5bb264
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/develop_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,18 @@ jobs:
access: public

# Publish to chromatic
- name: Publish to Chromatic
env:
ENDPOINT_API: ${{ secrets.ENDPOINT_API}}
API_USER_NAME: ${{ secrets.API_USER_NAME}}
API_USER_PASS: ${{ secrets.API_USER_PASS }}
id: chromatic_publish
uses: chromaui/action@latest
with:
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
exitZeroOnChanges: true
allowConsoleErrors: true
# - name: Publish to Chromatic
# env:
# ENDPOINT_API: ${{ secrets.ENDPOINT_API}}
# API_USER_NAME: ${{ secrets.API_USER_NAME}}
# API_USER_PASS: ${{ secrets.API_USER_PASS }}
# id: chromatic_publish
# uses: chromaui/action@latest
# with:
# token: ${{ secrets.GITHUB_TOKEN }}
# projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
# exitZeroOnChanges: true
# allowConsoleErrors: true

# Create new release
- name: Create a release
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qoretechnologies/ts-toolkit",
"version": "0.4.9",
"version": "0.4.10",
"description": "Utility library to interact with Qorus Integration Engine & Qore Language",
"keywords": [
"qoretechnologies",
Expand Down

0 comments on commit f5bb264

Please sign in to comment.