Skip to content

Commit 1ac83ed

Browse files
committed
ci: remove the excluded repo license from tagged builds for more legal clarity
1 parent 464750e commit 1ac83ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
build:
9+
name: Build and tag a new version
910
runs-on: ubuntu-latest
1011
steps:
1112
- name: Checkout the current code
@@ -29,7 +30,6 @@ jobs:
2930
- name: Distribute the latest tagged release
3031
uses: teunmooij/[email protected]
3132
with:
32-
exclude: LICENSE
3333
template: javascript-action
3434
env:
3535
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)