allow CORS from https://sogrim.onrender.com/ #20
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
on: | |
push: | |
branches: | |
- master # TODO someday will probably need to be renamed into 'main' | |
jobs: | |
release-on-push: | |
runs-on: ubuntu-latest | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
steps: | |
- uses: rymndhng/release-on-push-action@master | |
with: | |
bump_version_scheme: norelease # Never generate a release unless explicitly specified with PR labels. | |
release_name: "Sogrim: <RELEASE_TAG>" |