Skip to content

Commit

Permalink
ci: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jta committed May 22, 2024
1 parent d9aaa93 commit ad91ede
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
github.actor != 'dependabot[bot]' &&
needs.github-release.outputs.version != ''
secrets: inherit
env:
with:
VERSION: ${{ needs.github-release.outputs.VERSION }}

aws-release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
workflow_dispatch:
pull_request:
workflow_call:

env:
S3_BUCKET_PREFIX: observeinc
Expand Down

0 comments on commit ad91ede

Please sign in to comment.