Skip to content

Commit

Permalink
chore(ci): Enable typescript release + fix to Go release to ensure de…
Browse files Browse the repository at this point in the history
…precated files are purged

Signed-off-by: Paul Horton <phorton@sonatype.com>
  • Loading branch information
madpah committed May 31, 2024
1 parent 74c656b commit f03764a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "<>"
- name: Unstage all existing files
run: git rm -fr --ignore-unmatch *
working-directory: out/go
- name: Get generated code from cache
uses: actions/cache/restore@v4
with:
Expand Down Expand Up @@ -86,7 +89,6 @@ jobs:
working-directory: out/go

release-typescript:
if: false
name: Release Typescript Library
runs-on: ubuntu-latest
needs: generate-library-code
Expand Down

0 comments on commit f03764a

Please sign in to comment.