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
{{ message }}
This repository was archived by the owner on Jan 13, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -35,20 +35,20 @@ jobs:
35
35
npm install
36
36
- name: Check if release tag is already created
37
37
id: vars
38
-
# Sets action's output parameter using `set-output`.
39
-
# See https://help.github.com/en/github/automating-your-workflow-with-github-actions/development-tools-for-github-actions#set-an-output-parameter-set-output
40
38
run: |
41
39
MDC_CURRENT_VERSION="v$(npm run version --silent)"
42
-
# If empty then set `mdc_version_changed` variable to `true`
0 commit comments