Skip to content

Commit

Permalink
Enable release job
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardocavazza committed Nov 16, 2023
1 parent 0bd8cb7 commit 68244c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
lint-test:
uses: ./.github/workflows/lint_test.yml

# release:
# needs: lint-test
# uses: ./.github/workflows/release.yml
# secrets: inherit
release:
needs: lint-test
uses: ./.github/workflows/release.yml
secrets: inherit

pages:
uses: ./.github/workflows/pages.yml
Expand Down

0 comments on commit 68244c1

Please sign in to comment.