Skip to content

Commit 1b9db6a

Browse files
committed
manual release
1 parent e4b4d8b commit 1b9db6a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/github-action-release_for_template.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ on:
33
push:
44
branches:
55
- release
6-
6+
workflow_dispatch:
7+
branches:
8+
- release
79
env:
810
PROJECT_NAME: snippetscollection
911
SCOPE: simatic-ax
@@ -78,11 +80,6 @@ jobs:
7880
with:
7981
apax-access-token: ${{ secrets.APAX_TOKEN }}
8082

81-
# - name: "Download artifact"
82-
# uses: actions/download-artifact@v3
83-
# with:
84-
# name: library-artifact
85-
8683
- name: "Login to the private repo"
8784
run: |
8885
apax login \

0 commit comments

Comments
 (0)