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
-`prerelease-id` parameter for pre-release versions
85
86
86
87
**Note:** The task processes the last merged pull request, not the current one. Make sure to add version keywords to the PR that will be merged before this task runs.
87
88
88
89
## Example usage
89
90
90
-
**Note:** Use `bit-task/init@v2` as a prior step in your action before running `bit-tasks/tag-export@v2`.
91
+
**Note:** Use `bit-task/init@v2` as a prior step in your action before running `bit-tasks/tag-export@v4`.
91
92
92
93
```yaml
93
94
name: Test Bit Tag and Export
94
95
on:
95
96
pull_request:
96
-
branches:
97
+
branches:
97
98
- main
98
99
types: [closed]
99
100
permissions:
100
-
pull-requests: write # Ensure write permission for pull requests
101
+
pull-requests: write # Ensure write permission for pull requests
101
102
jobs:
102
103
release:
103
104
runs-on: ubuntu-latest
@@ -113,11 +114,9 @@ jobs:
113
114
- name: Initialize Bit
114
115
uses: bit-tasks/init@v1
115
116
with:
116
-
ws-dir: '<WORKSPACE_DIR_PATH>'
117
+
ws-dir: "<WORKSPACE_DIR_PATH>"
117
118
- name: Bit Tag and Export
118
-
uses: bit-tasks/tag-export@v3
119
-
with:
120
-
persist: 'false'# Set to 'true' if you use the soft tag flow
119
+
uses: bit-tasks/tag-export@v4
121
120
```
122
121
123
122
# Contributor Guide
@@ -132,7 +131,7 @@ Go to the GithHub action task directory and build using NCC compiler. For exampl
0 commit comments