1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-03 07:40:04 +00:00

chore: stripping the v from the tag for sas packages deploy

This commit is contained in:
munja
2022-10-21 11:33:04 +01:00
parent 8b148c3916
commit b353acec47
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: SAS Packages Release
run: |
npx @sasjs/cli compile job -s sasjs/utils/create_sas_package.sas -o sasjsbuild/makepak.sas
npx @sasjs/cli compile job -s sasjs/utils/create_sas_package.sas -o sasjsbuild
# this part depends on https://github.com/sasjs/server/issues/307
# sasjs run sasjsbuild/makepak.sas -t sas9

View File

@@ -20,7 +20,7 @@
%mp_gitreleaseinfo(GITHUB,sasjs/core,outlib=splib)
data _null_;
set splib.root;
call symputx('version',TAG_NAME);
call symputx('version',substr(TAG_NAME,2));
run;
/* clone the source repo */
@@ -36,7 +36,7 @@ options dlcreatedir;
libname _ "&dirOut.";
%let dirOut = %sysfunc(pathname(work))/package;
%put tgt clone rc=%sysfunc(GITFN_CLONE(
git@github.com:allanbowe/sasjscore.git,
git@github.com:SASPAC/sasjscore.git,
&dirOut,
git,
%str( ),