Skip to content

Commit

Permalink
Merge pull request #45 from patternfly/remove-v5-dryrun
Browse files Browse the repository at this point in the history
remove v5 dryrun
  • Loading branch information
wise-king-sullyman authored Apr 24, 2023
2 parents ee7dc49 + 9d79375 commit 87b30e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
call-build-lint-test-workflow:
uses: ./.github/workflows/build-lint-test.yml
build-typedocs:
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
needs: [call-build-lint-test-workflow]
env:
Expand Down Expand Up @@ -73,6 +74,7 @@ jobs:
retention-days: 1
if-no-files-found: error
deploy-typedocs:
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
needs: [call-build-lint-test-workflow, build-typedocs]
permissions:
Expand Down
3 changes: 1 addition & 2 deletions packages/module/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ module.exports = {
'@semantic-release/github',
'@semantic-release/npm'
],
tagFormat: 'prerelease-v${version}',
dryRun: true
tagFormat: 'prerelease-v${version}'
};

0 comments on commit 87b30e2

Please sign in to comment.