Skip to content

Commit ddf5a82

Browse files
committed
wip
1 parent 9764f31 commit ddf5a82

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ jobs:
9898
secrets: |
9999
aa0a790c-4030-4126-bc77-b193010a0f04 > TOKEN_NPM
100100
- name: Publish NPM artifacts
101+
env:
102+
SCALA_VERSION: 2.13 # not used
101103
run: ./run --nix :publish-npm
102104

103105
publish-nuget:
@@ -114,6 +116,8 @@ jobs:
114116
secrets: |
115117
637c5cad-a680-4ea3-ac8b-b193010bee40 > TOKEN_NUGET
116118
- name: Publish Nuget artifacts
119+
env:
120+
SCALA_VERSION: 2.13 # not used
117121
run: ./run --nix :publish-nuget
118122

119123
publish-scala:

0 commit comments

Comments
 (0)