Skip to content

Commit 4a50f27

Browse files
authored
fix: Corrects publish workflow yaml syntax error (#16)
1 parent d370dd6 commit 4a50f27

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/gem.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,10 @@ jobs:
2626
name: Publish to ${{ matrix.registry }}
2727
env:
2828
TRACE: ${{ secrets.ACTIONS_STEP_DEBUG || 'false' }}
29+
GEM_NAME: linear-cli
2930
GEM_TOKEN: ${{ secrets[matrix.registry.secret] }}
3031
REGISTRY: ${{ matrix.registry.key }}
3132
run: |
3233
bundle install
3334
TRACE="$TRACE" GEM_TOKEN="$GEM_TOKEN" ./ci/publish-gem.sh "$REGISTRY"
3435
shell: bash
35-
env:
36-
GEM_NAME: linear-cli

Readme.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,13 @@ $ bundle exec rake
225225
$ bundle exec gem build
226226
----
227227

228+
=== Build the container
229+
230+
[source,bash]
231+
----
232+
$ ./ci/build_image.sh <tag_name>
233+
----
234+
228235
=== Conventional Commits (semantic commit messages)
229236

230237
This project follows the {conventional-commits} specification.

0 commit comments

Comments
 (0)