Skip to content

Commit

Permalink
ci: use repository-url in command that gets next version
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomacf committed Jul 2, 2021
1 parent 05318c3 commit 174daed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: install semantic-release
run: yarn install
- name: semantic release dry run to check next version
run: VERSION_ONLY=true npx semantic-release --no-ci --dry-run
run: VERSION_ONLY=true npx semantic-release --no-ci --dry-run --repository-url https://oauth2:${GH_TOKEN}@github.com/nosebit/act.git
- name: Check next version
run: cat version
- name: upload version file as an artifact
Expand Down

0 comments on commit 174daed

Please # to comment.