Skip to content

Commit

Permalink
get ready to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
williamhorning committed Aug 14, 2024
1 parent e7ad273 commit 979db42
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 5 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Build

on:
workflow_dispatch:
release:
types: [published]

permissions:
packages: write

jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write # auth w/JSR
steps:
- name: checkout
uses: actions/checkout@v4
- name: setup deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.45.5
- name: publish to jsr
run: deno publish
2 changes: 1 addition & 1 deletion packages/revolt-api-types/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![RVAPI logo](https://raw.githubusercontent.com/williamhorning/rvapi/main/assets/logo.svg)
![RVAPI](https://raw.githubusercontent.com/williamhorning/rvapi/main/assets/logo.svg)

# @jersey/revolt-api-types

Expand Down
4 changes: 2 additions & 2 deletions packages/rvapi/deno.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@jersey/rvapi",
"version": "0.0.0-do",
"version": "0.0.1",
"exports": "./src/mod.ts",
"imports": {
"@denosaurs/event": "jsr:@denosaurs/event@^2.0.2",
"@jersey/revolt-api-types": "jsr:@jersey/revolt-api-types"
"@jersey/revolt-api-types": "jsr:@jersey/revolt-api-types@^0.7.14"
}
}
2 changes: 1 addition & 1 deletion packages/rvapi/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![RVAPI](assets/logo.svg)
![RVAPI](https://raw.githubusercontent.com/williamhorning/rvapi/main/assets/logo.svg)

# RVAPI - _A Typescript library for the Revolt API_

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![RVAPI](assets/logo.svg)
![RVAPI](https://raw.githubusercontent.com/williamhorning/rvapi/main/assets/logo.svg)

# RVAPI - _A Typescript library for the Revolt API_

Expand Down

0 comments on commit 979db42

Please sign in to comment.