@codfish/actions-playground 0.0.0-PR-49--11992af → 0.0.0-PR-52--bb9e07b

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.
@@ -10,11 +10,6 @@ on:
10
10
  - 'next-major'
11
11
  - '+([0-9])?(.{+([0-9]),x}).x'
12
12
 
13
- permissions:
14
- id-token: write
15
- contents: write
16
- issues: write
17
-
18
13
  jobs:
19
14
  release:
20
15
  runs-on: ubuntu-latest
@@ -54,7 +49,7 @@ jobs:
54
49
  run: docker build -t codfish/actions-playground:latest .
55
50
 
56
51
  - name: semantic release dry run
57
- uses: docker://ghcr.io/codfish/semantic-release-action:v2
52
+ uses: codfish/semantic-release-action@upgrade
58
53
  id: semantic-dry-run
59
54
  with:
60
55
  dry_run: true
@@ -77,7 +72,7 @@ jobs:
77
72
  SEMANTIC_OUTPUTS: ${{ toJson(steps.semantic-dry-run.outputs) }}
78
73
 
79
74
  - name: semantic release
80
- uses: docker://ghcr.io/codfish/semantic-release-action@sha256:91ea452696d93a34a30aff20b34614b75e8fddc82b598fc8fa57c3ac07e6d6da
75
+ uses: codfish/semantic-release-action@upgrade
81
76
  id: semantic
82
77
  with:
83
78
  branches: |
package/Dockerfile CHANGED
@@ -10,7 +10,7 @@ RUN npm ci
10
10
  COPY ./src ./src
11
11
  COPY ./public ./public
12
12
 
13
- ENV RELEASE_VERSION=4.7.1
13
+ ENV RELEASE_VERSION=4.9.1
14
14
 
15
15
  RUN npm run build
16
16
 
package/docs/.gitignore CHANGED
@@ -1,3 +1,3 @@
1
1
  *
2
- !.gitignore
3
2
  !robots.txt
3
+ !.gitignore
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codfish/actions-playground",
3
- "version": "0.0.0-PR-49--11992af",
3
+ "version": "0.0.0-PR-52--bb9e07b",
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: 4.7.1
1
+ appVersion: 4.9.1
2
2
  name: actions-playground
3
- version: 4.7.1
3
+ version: 4.9.1