Skip to content

Commit 90ed4b1

Browse files
committed
asdasd
1 parent ad73cbb commit 90ed4b1

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,11 @@ jobs:
4343
with:
4444
node-version: 22
4545

46-
- name: Dump github context
47-
run: echo "$GITHUB_CONTEXT"
48-
shell: bash
49-
env:
50-
GITHUB_CONTEXT: ${{ toJson(github) }}
51-
5246
- name: Check if version has been updated
5347
id: check
5448
uses: EndBug/version-check@v2
5549
with:
56-
file-url: https://unpkg.com/rtp.js/package.json
50+
file-url: 'https://unpkg.com/${{ github.event.repository.name }}@latest/package.json'
5751
static-checking: localIsNew
5852

5953
- name: Log when version has changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rtp.js",
3-
"version": "0.14.1",
3+
"version": "0.14.2",
44
"description": "RTP stack for Node.js and browser written in TypeScript",
55
"contributors": [
66
"Iñaki Baz Castillo <[email protected]> (https://inakibaz.me)",

0 commit comments

Comments
 (0)