Skip to content

Commit

Permalink
build: fixing sr
Browse files Browse the repository at this point in the history
  • Loading branch information
kieronlanning committed Jun 14, 2024
1 parent c4615b3 commit 7ed3cff
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
global-json-file: ./src/global.json

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 'lts/*' # Specify your Node.js version here

Expand All @@ -66,6 +66,12 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Get release version
id: get_version2
run: npx --no-install semantic-release --branches testing-semantic-release --dry-run
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Display release version
run: echo "Release version is ${{ env.RELEASE_VERSION }}"

Expand Down

0 comments on commit 7ed3cff

Please sign in to comment.