Skip to content

Commit 1d12376

Browse files
authored
[Release] Don't pin nightly version (#4201)
## Description So far, the nightlies have been pinned to version `3.0.0` - the stable release is 2.x, so automatic resolution would pick it up and release 2.x+1. Once 3.0 is released on the stable channel, pinning stops being necessary.
1 parent ef531eb commit 1d12376

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/publish-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,4 @@ jobs:
7373
package-json-path: 'packages/react-native-gesture-handler/package.json'
7474
install-dependencies-command: 'yarn install --immutable'
7575
release-type: 'nightly'
76-
version: "3.0.0"
7776
dry-run: false

0 commit comments

Comments
 (0)