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

Commit

Permalink
16
Browse files Browse the repository at this point in the history
  • Loading branch information
Bwc9876 committed Jul 11, 2022
1 parent 9e4c1f8 commit 6fba1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draft_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- run: echo ${{ github.event.pull_request.labels.*.name }}
- run: "echo Labels: ${{ github.event.pull_request.labels.*.name }}"

- name: Create/Update Draft Release
if: contains(github.event.pull_request.labels.*.name, 'version-pr')
Expand Down

0 comments on commit 6fba1e6

Please sign in to comment.