Skip to content

Instantly share code, notes, and snippets.

@nakamasato
Last active September 8, 2022 23:22
Show Gist options
  • Save nakamasato/0edc28e42110323226c4ca3a8ff48b9d to your computer and use it in GitHub Desktop.
Save nakamasato/0edc28e42110323226c4ca3a8ff48b9d to your computer and use it in GitHub Desktop.
GitHub Actions - example with environment
name: release-with-environment
on:
release:
types: [released]
jobs:
run:
runs-on: ubuntu-latest
environment: production
steps:
- run: echo releasing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment