Skip to content

Commit

Permalink
more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed May 27, 2024
1 parent a39b0cc commit eca6d78
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
publish:
name: Publish Release
runs-on: ubuntu-latest
# add write permissions
permissions:
contents: write
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -100,6 +103,9 @@ jobs:
if: github.ref != 'refs/heads/development'
runs-on: ubuntu-latest
needs: [publish]
# add write permissions
permissions:
contents: write
steps:
- name: Checkout Development Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit eca6d78

Please sign in to comment.