@codfish/actions-playground 6.9.0 → 6.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -81,7 +81,7 @@ jobs:
81
81
  - run: cat Dockerfile
82
82
 
83
83
  - name: semantic-release
84
- uses: codfish/semantic-release-action@pnpm
84
+ uses: docker://ghcr.io/codfish/semantic-release-action@sha256:327a3ce08284f9dd9b83b607e3f668dae90139e68ce90780b0a43a09d577dc3a
85
85
  id: semantic
86
86
  with:
87
87
  additional-packages: |
@@ -13,9 +13,17 @@ jobs:
13
13
  cancel-in-progress: true
14
14
 
15
15
  steps:
16
- - uses: actions/setup-node@v3
16
+ - name: 'Install pnpm'
17
+ id: pnpm-setup
18
+ uses: pnpm/action-setup@v4
17
19
  with:
18
- node-version: 20
20
+ run_install: false
21
+
22
+ - uses: actions/setup-node@v5
23
+ with:
24
+ cache: 'pnpm'
25
+ node-version-file: '.nvmrc'
26
+ registry-url: 'https://registry.npmjs.org'
19
27
 
20
28
  - name: install commitlint deps
21
29
  run: pnpm add @commitlint/{cli,config-angular}
@@ -55,11 +55,8 @@ jobs:
55
55
  if: steps.npm-cache.outputs.cache-hit != 'true'
56
56
  run: pnpm install
57
57
 
58
- # - name: install additional semantic release dependencies
59
- # run: pnpm add @google/semantic-release-replace-plugin @semantic-release/git conventional-changelog-conventionalcommits@7
60
-
61
58
  - name: semantic release dry run
62
- uses: codfish/semantic-release-action@pnpm
59
+ uses: docker://ghcr.io/codfish/semantic-release-action@sha256:327a3ce08284f9dd9b83b607e3f668dae90139e68ce90780b0a43a09d577dc3a
63
60
  with:
64
61
  dry-run: true
65
62
  additional-packages: |
package/Dockerfile CHANGED
@@ -12,7 +12,7 @@ RUN pnpm install
12
12
  COPY ./src ./src
13
13
  COPY ./public ./public
14
14
 
15
- ENV RELEASE_VERSION=6.9.0
15
+ ENV RELEASE_VERSION=6.10.0
16
16
 
17
17
  RUN pnpm build
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codfish/actions-playground",
3
- "version": "6.9.0",
3
+ "version": "6.10.0",
4
4
  "description": "My own testing ground for messing around with GitHub Actions.",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -1,3 +1,3 @@
1
- appVersion: 6.9.0
1
+ appVersion: 6.10.0
2
2
  name: actions-playground
3
- version: 6.9.0
3
+ version: 6.10.0