Skip to content

Commit

Permalink
ci: add read json action (#9126)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Sep 23, 2024
1 parent cee35ee commit 6c83cda
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 6c83cda

Please sign in to comment.