Skip to content

Commit 7d2f0e6

Browse files
committed
chore: remove npm release
1 parent 15daebe commit 7d2f0e6

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ jobs:
3939
env:
4040
INPUT_VERSION: ${{ needs.check.outputs.version }}
4141
run: node ./scripts/changelog/index.cjs
42-
- name: Publish to NPM
43-
run: npm publish # Publish builds automatically
44-
env:
45-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
46-
SENTRY_DSN: ${{ vars.SENTRY_DSN }}
4742
- name: Tag and Release
4843
uses: softprops/action-gh-release@v1
4944
with:
@@ -69,7 +64,13 @@ jobs:
6964
registry-url: "https://registry.npmjs.org"
7065
- name: Install dependencies
7166
run: npm install
72-
- name: Publish to NPM
73-
run: npm publish --tag next # Publish builds automatically
74-
env:
75-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
67+
- name: Tag and Release
68+
uses: softprops/action-gh-release@v1
69+
with:
70+
tag_name: ${{ needs.check.outputs.version }}
71+
target_commitish: ${{ needs.check.outputs.commit }}
72+
body: "Super secret test release"
73+
prerelease: true
74+
files: |
75+
dist/*
76+
changelog.md

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# UnderScript Changelog
22

3+
## Version 0.63.12 (2026-01-06)
4+
Apparently UnderScript updates were broken and the past 2 releases didn't go through. Here's the changes:
5+
1. Fixed filters not resetting to first page
6+
1. Fixed battle log not translating story username
7+
1. Fixed chat ping highlight conflicting with base game
8+
1. Fixed mac support for "control" key (use meta instead)
9+
310
## Version 0.63.11 (2026-01-03)
411
1. Fixed chat ping highlight conflicting with base game
512
1. Fixed mac support for "control" key (use meta instead)

0 commit comments

Comments
 (0)