File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1414 build :
1515 name : Build + Publish
1616 runs-on : ubuntu-latest
17+
18+ permissions :
19+ id-token : write # IMPORTANT: this permission is mandatory for trusted publishing
20+ contents : write # IMPORTANT: this permission is required for `rake release` to push the release tag
21+
1722 if : github.event_name == 'workflow_dispatch' || (github.event_name == 'release' && github.event.action == 'published')
1823 steps :
1924 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ require 'cucumber'
33require 'cucumber/rake/task'
44require 'yard'
55
6+ require_relative "lib/datadog_api_client/version"
7+
68Cucumber ::Rake ::Task . new ( :features )
79
810YARD ::Rake ::YardocTask . new ( :docs ) do |t |
You can’t perform that action at this time.
0 commit comments