Skip to content

Commit

Permalink
ci: add read json action
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Sep 22, 2024
1 parent d4099d2 commit fb8c5b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ jobs:
- name: Publish libraries
run: npm run run-many:publish:libs

- name: Get new version
- uses: taiga-family/ci/actions/run/[email protected]
id: info
run: echo "version=v$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT

- name: Announce to Time messenger
uses: taiga-family/ci/actions/messenger/time/[email protected]
Expand Down

0 comments on commit fb8c5b6

Please sign in to comment.