You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+1-8Lines changed: 1 addition & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ name: Create and publish a Docker image
4
4
# Configures this workflow to run every time a change is pushed to the branch called `release`.
5
5
on:
6
6
workflow_run:
7
-
workflows: [Tests]
7
+
workflows: [Version Update]
8
8
branches: [main]
9
9
types:
10
10
- completed
@@ -31,13 +31,6 @@ jobs:
31
31
steps:
32
32
- name: Checkout repository
33
33
uses: actions/checkout@v4
34
-
# increment version
35
-
- name: Get next version
36
-
uses: reecetech/version-increment@2024.4.3
37
-
id: version
38
-
with:
39
-
scheme: semver
40
-
increment: patch
41
34
# Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here.
0 commit comments