diff --git a/.changeset/plenty-socks-smoke.md b/.changeset/plenty-socks-smoke.md new file mode 100644 index 00000000..5eeddba3 --- /dev/null +++ b/.changeset/plenty-socks-smoke.md @@ -0,0 +1,5 @@ +--- +'@aziontech/builder': patch +--- + +ci: Trusted Publisher diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bb0ebbce..d5bcfd90 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,6 +20,8 @@ jobs: - name: Install Dependencies uses: ./.github/actions/install-dependencies + with: + node-version: 24 - name: Build Azion package run: pnpm run compile @@ -33,4 +35,3 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.CUSTOM_GITHUB_TOKEN }} NODE_ENV: 'production' - # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} // active when publish a new package diff --git a/packages/builder/CHANGELOG.md b/packages/builder/CHANGELOG.md index 0667a015..03b50d4c 100644 --- a/packages/builder/CHANGELOG.md +++ b/packages/builder/CHANGELOG.md @@ -1,11 +1,5 @@ # @aziontech/builder -## 1.0.1 - -### Patch Changes - -- [#430](https://github.com/aziontech/lib/pull/430) [`04aa395`](https://github.com/aziontech/lib/commit/04aa3957f68acd79653e18162b45c22179895201) Thanks [@jcbsfilho](https://github.com/jcbsfilho)! - feat: add readme - ## 1.0.0 ### Major Changes diff --git a/packages/builder/package.json b/packages/builder/package.json index bbf6f548..c30343e5 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -1,6 +1,6 @@ { "name": "@aziontech/builder", - "version": "1.0.1", + "version": "1.0.0", "description": "This a builder utility for Azion's platform, designed to streamline the development process and enhance productivity.", "main": "./dist/index.cjs", "module": "./dist/index.mjs",