Skip to content

Commit

Permalink
[ignore] Added annotation unsupported generation to release PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
samiib committed Jul 13, 2024
1 parent 502d345 commit 529d23d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ jobs:
- name: Prepend new changelog entry
run: git cliff --bump --unreleased -p CHANGELOG.md

- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'

- name: Generate annotation unsupported provider code
run: go generate
env:
GEN_ANNOTATION_UNSUPPORTED: '1'

- name: Set git config
run: git config user.email "dcn-ecosystem@cisco.com" && git config user.name "dcn-ecosystem"

Expand Down

0 comments on commit 529d23d

Please sign in to comment.