Skip to content

Commit

Permalink
post trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversun9 committed Nov 2, 2023
1 parent 096d34d commit d3a0203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_post_releast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
type: string
description: Don't use it yet.
release:
types: [published]

env:
VERSION: ${{ github.event.inputs.version }}
Expand All @@ -14,7 +15,6 @@ env:
jobs:
post-release:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'release' && github.event.action == 'published' }}
outputs:
version: ${{ steps.output_version.outputs.version }}
steps:
Expand Down

0 comments on commit d3a0203

Please sign in to comment.