Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/gem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ jobs:
name: Publish to ${{ matrix.registry }}
env:
TRACE: ${{ secrets.ACTIONS_STEP_DEBUG || 'false' }}
GEM_NAME: linear-cli
GEM_TOKEN: ${{ secrets[matrix.registry.secret] }}
REGISTRY: ${{ matrix.registry.key }}
run: |
bundle install
TRACE="$TRACE" GEM_TOKEN="$GEM_TOKEN" ./ci/publish-gem.sh "$REGISTRY"
shell: bash
env:
GEM_NAME: linear-cli
7 changes: 7 additions & 0 deletions Readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,13 @@ $ bundle exec rake
$ bundle exec gem build
----

=== Build the container

[source,bash]
----
$ ./ci/build_image.sh <tag_name>
----

=== Conventional Commits (semantic commit messages)

This project follows the {conventional-commits} specification.
Expand Down