Skip to content

Commit fe79a36

Browse files
committed
fix: fix release-please file
1 parent edd01d6 commit fe79a36

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,13 @@ jobs:
9191
owner: context.repo.owner,
9292
repo: context.repo.repo,
9393
workflow_id: 'release-to-luarocks.yml',
94-
ref: inputs.ref_name,
94+
ref: 'main',
9595
inputs: {
9696
version: '${{ needs.release-please.outputs.version }}'
9797
}
9898
});
9999
console.log('✓ Triggered LuaRocks publish workflow');
100-
inputs:
101-
ref_name: ${{ github.ref_name }}
100+
102101
- name: Summary
103102
run: |
104103
VERSION="${{ needs.release-please.outputs.version }}"

0 commit comments

Comments
 (0)