Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
ci: remove environment in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobrg committed May 13, 2024
1 parent c01af04 commit c4f5c7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ concurrency:
jobs:
release:
if: github.event.pull_request.merged == true && startsWith(github.head_ref, 'release/')
environment: Production
outputs:
tag: ${{ steps.semver.outputs.nextStrict }}
runs-on: macos-latest
Expand Down

0 comments on commit c4f5c7d

Please sign in to comment.