Skip to content

Commit

Permalink
Merge pull request #22 from fema-ffrd/fix/release-env
Browse files Browse the repository at this point in the history
Specify environment for release workflow
  • Loading branch information
thwllms authored Apr 19, 2024
2 parents 24eb689 + 5d02625 commit 91dfb67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
tags:
- "*.*.*"
- "v*.*.*"

permissions:
contents: read
Expand All @@ -12,6 +12,7 @@ jobs:
release:
name: release
runs-on: ubuntu-latest
environment: release-env
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down

0 comments on commit 91dfb67

Please sign in to comment.