Compare commits

...

2 Commits

Author SHA1 Message Date
969de4aab7 Merge pull request 'again' (#3) from dev into main
Some checks failed
Create Version Tag / publish (push) Failing after 8s
Reviewed-on: #3
2025-05-06 18:47:59 -07:00
673424d755 again 2025-05-06 19:47:18 -06:00
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jobs:
token: ${{ secrets.GIT_PAT }} token: ${{ secrets.GIT_PAT }}
with: with:
- name: Build and release binaries - name: Build and release binaries
uses: bearmetal/ci-actions/deno-publish@main uses: git.cyborggrizzly.com/bearmetal/ci-actions/deno-publish@main
with: with:
entrypoint: main.ts entrypoint: main.ts
compile-flags: "--allow-read --allow-write --allow-env --allow-net" compile-flags: "--allow-read --allow-write --allow-env --allow-net"

View File

@ -12,4 +12,4 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
token: ${{ secrets.GIT_PAT }} token: ${{ secrets.GIT_PAT }}
- uses: bearmetal/ci-actions/version-check@main - uses: git.cyborggrizzly.com/bearmetal/ci-actions/version-check@main