We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 590c28f commit ff9b521Copy full SHA for ff9b521
.github/workflows/CD.yaml
@@ -5,13 +5,17 @@ on:
5
branches:
6
- main
7
8
+permissions:
9
+ contents: write
10
+ pull-requests: write
11
+
12
jobs:
- release-please:
13
+ publish-shipengine-gem:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Release Please
17
id: release
- uses: GoogleCloudPlatform/release-please-action@v2
18
+ uses: google-github-actions/release-please-action@v3
19
with:
20
release-type: ruby
21
package-name: shipengine
CHANGELOG.md
@@ -1,8 +1 @@
1
# Changelog
2
-
3
-## 0.1.0 (2021-08-03)
4
-### Bug Fixes
-* fixup CD ([fcb16ad](https://www.github.com/ShipEngine/shipengine-ruby/commit/fcb16ada4628dbb330f3c33f0f5ba58bcfe4d8ed))
0 commit comments