Update dependency dotenv to v16.4.7 (#23) #49
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
# Please see | ||
# https://github.com/cloudposse/github-action-auto-release/blob/main/README.md | ||
# and | ||
# https://github.com/release-drafter/release-drafter | ||
# for information on customizing this action's behavior. | ||
name: "auto-release" | ||
on: | ||
push: | ||
branches: | ||
- main | ||
- master | ||
- production | ||
workflow_dispatch: | ||
jobs: | ||
auto-release: | ||
# For development reasons, this action is pinned to the `main` branch. | ||
# However, we recommend that you choose a specific release to pin to. | ||
# Consult https://github.com/cloudposse/github-action-auto-release/releases for a list of available releases. | ||
uses: cloudposse/github-action-auto-release/.github/workflows/auto-release-reusable.yml@main | ||
Check failure on line 20 in .github/workflows/auto-release.yml GitHub Actions / .github/workflows/auto-release.ymlInvalid workflow file
|
||
with: | ||
prerelease: false | ||
publish: true | ||
secrets: | ||
token: ${{ secrets.GITHUB_TOKEN }} |