Compare commits

...

3 Commits

Author SHA1 Message Date
fit2bot
2095c6599b feat: Update v3.9.1 2023-11-17 15:49:38 +08:00
吴小白
a75b68f713 Merge pull request #3548 from jumpserver/pr@v3.9@fix_actions_version
fix: 修正 actions version 获取错误
2023-11-17 09:42:24 +08:00
吴小白
84180c7f14 fix: 修正 actions version 获取错误 2023-11-17 08:21:57 +08:00
4 changed files with 1626 additions and 1627 deletions

View File

@@ -19,9 +19,7 @@ jobs:
id: get_version
run: |
TAG=$(basename ${GITHUB_REF})
VERSION=${TAG/v/}
echo "::set-output name=TAG::$TAG"
echo "::set-output name=VERSION::$VERSION"
- name: Create Release
id: create_release
uses: release-drafter/release-drafter@v5
@@ -43,10 +41,10 @@ jobs:
- name: Create Upload Assets
run: |
rm -rf build/*
mv lina lina-${{ steps.get_version.outputs.VERSION }}
tar -czf lina-${{ steps.get_version.outputs.VERSION }}.tar.gz lina-${{ steps.get_version.outputs.VERSION }}
echo $(md5sum lina-${{ steps.get_version.outputs.VERSION }}.tar.gz | awk '{print $1}') > build/lina-${{ steps.get_version.outputs.VERSION }}.tar.gz.md5
mv lina-${{ steps.get_version.outputs.VERSION }}.tar.gz build/
mv lina lina-${{ steps.get_version.outputs.TAG }}
tar -czf lina-${{ steps.get_version.outputs.TAG }}.tar.gz lina-${{ steps.get_version.outputs.TAG }}
echo $(md5sum lina-${{ steps.get_version.outputs.TAG }}.tar.gz | awk '{print $1}') > build/lina-${{ steps.get_version.outputs.TAG }}.tar.gz.md5
mv lina-${{ steps.get_version.outputs.TAG }}.tar.gz build/
- name: Release Upload Assets
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')

1
GITSHA Normal file
View File

@@ -0,0 +1 @@
a75b68f7138b2e9a6d6165a00ebbdb70a167ee19

View File

@@ -81,7 +81,7 @@ export default {
},
{
label: this.$t('common.Version'),
value: 'version-dev'
value: 'v3.9.1'
},
{
label: this.$t('common.PermissionCompany'),

3240
yarn.lock

File diff suppressed because it is too large Load Diff