Compare commits
7 Commits
d1072d8a81
...
dev
Author | SHA1 | Date | |
---|---|---|---|
37f7a58f96 | |||
4691ddc745 | |||
53cb40ebe8 | |||
680aae8b4f | |||
673424d755 | |||
490b948576 | |||
91eb569d4b |
@@ -11,10 +11,12 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Build and release binaries
|
- name: Build and release binaries
|
||||||
uses: bearmetal/ci-actions/deno-publish@main
|
uses: https://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"
|
||||||
|
env:
|
||||||
|
GITEA_TOKEN: ${{ secrets.GIT_PAT }}
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
needs: build
|
needs: build
|
||||||
|
@@ -10,4 +10,4 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: bearmetal/ci-actions/version-check@main
|
- uses: https://git.cyborggrizzly.com/bearmetal/ci-actions/version-check@main
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@bearmetal/pdf-tools",
|
"name": "@bearmetal/pdf-tools",
|
||||||
"version": "0.0.6",
|
"version": "1.0.0",
|
||||||
"license": "GPL 3.0",
|
"license": "GPL 3.0",
|
||||||
"tasks": {
|
"tasks": {
|
||||||
"dev": "deno run -A --env-file=.env --watch main.ts",
|
"dev": "deno run -A --env-file=.env --watch main.ts",
|
||||||
|
Reference in New Issue
Block a user