mirror of
https://github.com/sasjs/core.git
synced 2026-01-17 21:40:06 +00:00
chore: stripping the v from the tag for sas packages deploy
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
- name: SAS Packages Release
|
- name: SAS Packages Release
|
||||||
run: |
|
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
|
# this part depends on https://github.com/sasjs/server/issues/307
|
||||||
# sasjs run sasjsbuild/makepak.sas -t sas9
|
# sasjs run sasjsbuild/makepak.sas -t sas9
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
%mp_gitreleaseinfo(GITHUB,sasjs/core,outlib=splib)
|
%mp_gitreleaseinfo(GITHUB,sasjs/core,outlib=splib)
|
||||||
data _null_;
|
data _null_;
|
||||||
set splib.root;
|
set splib.root;
|
||||||
call symputx('version',TAG_NAME);
|
call symputx('version',substr(TAG_NAME,2));
|
||||||
run;
|
run;
|
||||||
|
|
||||||
/* clone the source repo */
|
/* clone the source repo */
|
||||||
@@ -36,7 +36,7 @@ options dlcreatedir;
|
|||||||
libname _ "&dirOut.";
|
libname _ "&dirOut.";
|
||||||
%let dirOut = %sysfunc(pathname(work))/package;
|
%let dirOut = %sysfunc(pathname(work))/package;
|
||||||
%put tgt clone rc=%sysfunc(GITFN_CLONE(
|
%put tgt clone rc=%sysfunc(GITFN_CLONE(
|
||||||
git@github.com:allanbowe/sasjscore.git,
|
git@github.com:SASPAC/sasjscore.git,
|
||||||
&dirOut,
|
&dirOut,
|
||||||
git,
|
git,
|
||||||
%str( ),
|
%str( ),
|
||||||
|
|||||||
Reference in New Issue
Block a user