Skip to content

Commit

Permalink
chore: what
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Aug 8, 2024
1 parent 8a2df2a commit 9493a99
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,11 @@ on:
- "master"

jobs:
comment-version:
uses: edx/.github/.github/workflows/expected-release-version.yml@huniafatima/release-expected-version-workflow
test:
runs-on: ubuntu-latest
steps:
- name: Preview semantic-release version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }}
run: npx semantic-release --dry-run --no-ci

0 comments on commit 9493a99

Please sign in to comment.