This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
Merge pull request #284 from oclif/dependabot-npm_and_yarn-tslib-2.6.2 #33
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# test | |
name: version, tag and github release | |
on: | |
push: | |
branches: [main] | |
jobs: | |
release: | |
uses: oclif/github-workflows/.github/workflows/githubRelease.yml@main | |
secrets: inherit | |
# most repos won't use this | |
# depends on previous job to avoid git collisions, not for any functionality reason | |
# docs: | |
# uses: salesforcecli/github-workflows/.github/workflows/publishTypedoc.yml@main | |
# secrets: inherit | |
# needs: release |