Skip to content

Commit f98fdf8

Browse files
committed
chore: update release workflow by removing redundant compilation steps
1 parent adfd7fe commit f98fdf8

2 files changed

Lines changed: 13 additions & 36 deletions

File tree

.github/workflows/release.lock.yml

Lines changed: 13 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/release.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -75,19 +75,6 @@ jobs:
7575
version: v0.72.1
7676
github-token: ${{ secrets.GITHUB_TOKEN }}
7777

78-
- name: Compile repository workflows
79-
env:
80-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
81-
run: gh aw compile
82-
83-
- name: Compile published workflows
84-
env:
85-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
86-
run: gh aw compile --dir workflows
87-
88-
- name: Verify compiled workflows are up to date
89-
run: git diff --exit-code -- .github/workflows workflows
90-
9178
- name: Create GitHub release
9279
id: create_release
9380
env:

0 commit comments

Comments
 (0)