Skip to content

Commit 8362988

Browse files
committed
fix things
1 parent f421c10 commit 8362988

5 files changed

Lines changed: 1 addition & 32 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"args": {
77
"DOCKER_GID": "${env:DOCKER_GID:}",
88
"IMAGE_NAME": "node_24_python_3_14",
9-
"IMAGE_VERSION": "v1.0.3",
9+
"IMAGE_VERSION": "v1.0.4",
1010
"USER_UID": "${localEnv:USER_ID:}",
1111
"USER_GID": "${localEnv:GROUP_ID:}"
1212
},

.github/workflows/tag-release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,6 @@ jobs:
192192
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
193193
MAIN_BRANCH: ${{ inputs.main_branch }}
194194
EXTRA_ASSET: ${{ inputs.extra_artifact_name }}
195-
- name: Show output
196-
if: always()
197-
run: |
198-
cat semantic-release-output.log
199195

200196
- name: Create semantic release tag
201197
if: ${{ !inputs.dry_run }}

.tool-versions

Lines changed: 0 additions & 5 deletions
This file was deleted.

.tool-versions.asdf

Lines changed: 0 additions & 2 deletions
This file was deleted.

github_actions_docker.txt

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)