Skip to content

Commit be245fa

Browse files
committed
fix: revert version numbers to 0.0.1 in package.json and changelog
1 parent ec38b49 commit be245fa

5 files changed

Lines changed: 2077 additions & 1449 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828

2929
- name: Configure npm auth
3030
env:
31-
NODE_AUTH_TOKEN: ${{ secrets.GH_TOKEN || secrets.GITHUB_TOKEN }}
31+
NODE_AUTH_TOKEN: ${{ secrets.GH_TOKEN }}
3232
run: |
3333
if [ -z "$NODE_AUTH_TOKEN" ]; then
34-
echo "GH_TOKEN (or fallback GITHUB_TOKEN) is required to publish." && exit 1
34+
echo "GH_TOKEN is required to publish." && exit 1
3535
fi
3636
npm config set //npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}
3737
3838
- name: Publish package
3939
env:
40-
NODE_AUTH_TOKEN: ${{ secrets.GH_TOKEN || secrets.GITHUB_TOKEN }}
40+
NODE_AUTH_TOKEN: ${{ secrets.GH_TOKEN }}
4141
run: npm publish --access=restricted

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [0.1.0] - 2025-11-15
3+
## [0.0.1] - 2025-11-15
44

55
### Added
66

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@auralyze/docs",
3-
"version": "0.1.0",
3+
"version": "0.0.1",
44
"description": "Auralyze documentation site.",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)