Skip to content

Commit

Permalink
Add no token version back to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-pozetroninc authored Feb 16, 2023
1 parent 981df72 commit 87bf0df
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- run: npm i
- uses: ./
with:
repository: pozetroninc/github-action-get-latest-release
- uses: ./
with:
owner: pozetroninc
repo: github-action-get-latest-release
- uses: ./
with:
owner: pozetroninc
repo: github-action-get-latest-release
excludes: prerelease, draft
- uses: ./
with:
repository: pozetroninc/github-action-get-latest-release
Expand Down

0 comments on commit 87bf0df

Please sign in to comment.