We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
git pull origin master
1 parent 3cecc5c commit 90261b8Copy full SHA for 90261b8
docs/development.md
@@ -72,7 +72,7 @@ $ open coverage/index.html
72
3. Build and push each gem, then tag the release and push that:
73
74
```shell
75
- git pull
+ git pull origin master
76
77
gem push riverqueue-${"${VERSION}"/v/}.gem
78
pushd drivers/riverqueue-activerecord && gem push riverqueue-activerecord-${"${VERSION}"/v/}.gem && popd
0 commit comments