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 edd01d6 commit fe79a36Copy full SHA for fe79a36
.github/workflows/release-please.yml
@@ -91,14 +91,13 @@ jobs:
91
owner: context.repo.owner,
92
repo: context.repo.repo,
93
workflow_id: 'release-to-luarocks.yml',
94
- ref: inputs.ref_name,
+ ref: 'main',
95
inputs: {
96
version: '${{ needs.release-please.outputs.version }}'
97
}
98
});
99
console.log('✓ Triggered LuaRocks publish workflow');
100
- inputs:
101
- ref_name: ${{ github.ref_name }}
+
102
- name: Summary
103
run: |
104
VERSION="${{ needs.release-please.outputs.version }}"
0 commit comments