Skip to content

Commit 0cc131a

Browse files
committed
Remove some comments #patch
trivial change to trigger new build
1 parent 8c2b295 commit 0cc131a

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/release.yml

-22
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ jobs:
3131
uses: docker/setup-qemu-action@v2
3232
- name: Set up Docker Buildx
3333
uses: docker/setup-buildx-action@v2
34-
#- name: Log in to GitHub Container Registry
35-
# uses: docker/[email protected]
36-
# with:
37-
# registry: ghcr.io
38-
# username: ${{ github.repository_owner }}
39-
# password: ${{ secrets.GITHUB_TOKEN }}
4034
- name: Build Docker image
4135
uses: docker/build-push-action@v3
4236
with:
@@ -139,24 +133,8 @@ jobs:
139133
RELEASE_BRANCHES: main
140134
INITIAL_VERSION: 0.0.0
141135
DEFAULT_BRANCH: main
142-
# - name: Auto Increment Semver Action
143-
# uses: MCKanpolat/[email protected]
144-
# id: versioning
145-
# with:
146-
# releaseType: patch
147-
# # this is a read-only action, I think, so either token is ok
148-
# github_token: ${{ secrets.GITHUB_TOKEN }}
149-
# - name: Commit back
150-
# uses: actions-js/[email protected]
151-
# with:
152-
# # commit back with Github token to avoid retriggering actions
153-
# github_token: ${{ secrets.GITHUB_TOKEN }}
154-
# message: Release ${{ steps.versioning.outputs.version }}
155-
# branch: main
156-
# tags: true
157136
- name: Create Github Release
158137
uses: ncipollo/[email protected]
159-
#if: steps['versioning']['outputs']['RETURN_STATUS'] == '0'
160138
with:
161139
tag: ${{ steps.versionbump.outputs.new_tag }}
162140
name: ${{ steps.versionbump.outputs.new_tag }}

0 commit comments

Comments
 (0)